Html Css Color HEX #951406 Dark Red

📋 copy color: '#951406'

red 149 ◦ green 20 ◦ blue 6

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

Shades of Dark Red #951406

Tints of Dark Red #951406

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.43%

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

R = 85.14%
G = 11.43%
B = 3.43%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.96

 K value IS 0.42

RGB Variations

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

Color information

#951406 (or 0x951406) is known color: Dark Red. HEX triplet: 95, 14 and 06. RGB value is (149,20,6). Sum of RGB (Red+Green+Blue) = 149+20+6=175 (23% of max value = 765). Red value is 149 (58.59% from 255 or 85.14% from 175); Green value is 20 (8.20% from 255 or 11.43% from 175); Blue value is 6 (2.73% from 255 or 3.43% from 175); Max value from RGB is 149 - color contains mainly: red. Hex color #951406 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #951406 is #6AEBF9. Grayscale: #393939. Windows color (decimal): -7007226 or 398485. OLE color: 398485.

HSL color Cylindrical-coordinate representation of color #951406: hue angle of 5.87º 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 #951406 is Cyan = 0, Magento = 0.87, Yellow = 0.96 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 20 6 -
CMYK 0 0.87 0.96 0.42
HSL 5.87º 0.92% 0.3% -
HSV(B) 5.87º 0.96% 0.58% -
XYZ 12.68 6.9 0.84 -
YUV 56.98 99.24 193.64 -
System Red Green Blue C M Y K H S L
Decimal 149 20 6 0 0.87 0.96 0.42 5.87 0.92 0.3
Hex 95 14 6 0 57 60 2A 6 5C 1E
Octal 225 24 6 0 127 140 52 6 134 36
Binary 10010101 10100 110 0 1010111 1100000 101010 110 1011100 11110

Color Harmonies of #951406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951406

Black with #951406

Text Example


Text Example

White with #951406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951406; }

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

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

background-color css

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

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

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

border-color css

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

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

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