#951626

Color #951626 Bright Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Red #951626

Tints of Bright Red #951626

Color information

#951626 (or 0x951626) is unknown color: approx Bright Red. HEX triplet: 95, 16 and 26. RGB value is (149,22,38). Sum of RGB (Red+Green+Blue) = 149+22+38=209 (27% of max value = 765). Red value is 149 (58.59% from 255 or 71.29% from 209); Green value is 22 (8.98% from 255 or 10.53% from 209); Blue value is 38 (15.23% from 255 or 18.18% from 209); Max value from RGB is 149 - color contains mainly: red. Hex color #951626 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #951626 is #6AE9D9. Grayscale: #3D3D3D. Windows color (decimal): -7006682 or 2496149. OLE color: 2496149.

HSL color Cylindrical-coordinate representation of color #951626: hue angle of 352.44º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #951626 is Cyan = 0, Magento = 0.85, Yellow = 0.74 and Black (K on CMYK) = 0.42.

Color convert

RGB1492238-
CMYK00.850.740.42
HSL352.44º74.27%33.53%-
HSV(B)352.44º85.23%58.43%-
XYZ13.037.12.52-
YUV61.8114.58190.2-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 149 (58.59% from 255) = 71.29%
GREEN value IS 22 (8.98% from 255) = 10.53%
BLUE value IS 38 (15.23% from 255) = 18.18%
R=71.29%
G=10.53%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.74
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149223800.850.740.42352.4474.2733.53
Hex9516260554A2A1604a22
Octal225264601251125254011242
Binary10010101101101001100101010110010101010101011000001001010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #951626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #951626; }

 p { color: rgb(149,22,38); }

 H1.HeaderClassName
 {
   color: #951626;
 }
 .AnyTagClassName
 {
   color: #951626;
 }
</style>
background-color css

<style>
 a { background-color: #951626; }

 a { background-color: rgb(149,22,38); }

 div.DivClassName
 {
   background-color: #951626;
 }
 .BgClassName
 {
   background-color: #951626;
 }
</style>
border-color css

<style>
 span { border-color: #951626; }

 span { border-color: rgb(149,22,38); }

 td.TdClassName
 {
   border-color: #951626;
 }
 .TagClassName
 {
   border-color: #951626;
 }
</style>