Html Css Color HEX #951206 Dark Red

📋 copy color: '#951206'

red 149 ◦ green 18 ◦ blue 6

#951206
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Red #951206

Tints of Dark Red #951206

RGB

 RED value IS 149 (58.59% from 255) = 86.13%

 GREEN value IS 18 (7.42% from 255) = 10.4%

 BLUE value IS 6 (2.73% from 255) = 3.47%

R = 86.13%
G = 10.4%
B = 3.47%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.96

 K value IS 0.42

RGB Variations

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

Color information

#951206 (or 0x951206) is known color: Dark Red. HEX triplet: 95, 12 and 06. RGB value is (149,18,6). Sum of RGB (Red+Green+Blue) = 149+18+6=173 (22% of max value = 765). Red value is 149 (58.59% from 255 or 86.13% from 173); Green value is 18 (7.42% from 255 or 10.40% from 173); Blue value is 6 (2.73% from 255 or 3.47% from 173); Max value from RGB is 149 - color contains mainly: red. Hex color #951206 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #951206 is #6AEDF9. Grayscale: #373737. Windows color (decimal): -7007738 or 397973. OLE color: 397973.

HSL color Cylindrical-coordinate representation of color #951206: hue angle of 5.03º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #951206 is Cyan = 0, Magento = 0.88, Yellow = 0.96 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 18 6 -
CMYK 0 0.88 0.96 0.42
HSL 5.03º 0.92% 0.3% -
HSV(B) 5.03º 0.96% 0.58% -
XYZ 12.64 6.84 0.83 -
YUV 55.8 99.9 194.48 -
System Red Green Blue C M Y K H S L
Decimal 149 18 6 0 0.88 0.96 0.42 5.03 0.92 0.3
Hex 95 12 6 0 58 60 2A 5 5C 1E
Octal 225 22 6 0 130 140 52 5 134 36
Binary 10010101 10010 110 0 1011000 1100000 101010 101 1011100 11110

Color Harmonies of #951206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951206

Black with #951206

Text Example


Text Example

White with #951206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951206; }

 p { color: rgb(149,18,6); }

 H1.HeaderClassName
 {
   color: #951206;
 }
 .AnyTagClassName
 {
   color: #951206;
 }
</style>

background-color css

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

 a { background-color: rgb(149,18,6); }

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

border-color css

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

 span { border-color: rgb(149,18,6); }

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