Html Css Color HEX #951608 Dark Red

📋 copy color: '#951608'

red 149 ◦ green 22 ◦ blue 8

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

Shades of Dark Red #951608

Tints of Dark Red #951608

RGB

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

 GREEN value IS 22 (8.98% from 255) = 12.29%

 BLUE value IS 8 (3.52% from 255) = 4.47%

R = 83.24%
G = 12.29%
B = 4.47%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.95

 K value IS 0.42

RGB Variations

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

Color information

#951608 (or 0x951608) is known color: Dark Red. HEX triplet: 95, 16 and 08. RGB value is (149,22,8). Sum of RGB (Red+Green+Blue) = 149+22+8=179 (23% of max value = 765). Red value is 149 (58.59% from 255 or 83.24% from 179); Green value is 22 (8.98% from 255 or 12.29% from 179); Blue value is 8 (3.52% from 255 or 4.47% from 179); Max value from RGB is 149 - color contains mainly: red. Hex color #951608 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #951608 is #6AE9F7. Grayscale: #3A3A3A. Windows color (decimal): -7006712 or 530069. OLE color: 530069.

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

Color convert

RGB 149 22 8 -
CMYK 0 0.85 0.95 0.42
HSL 5.96º 0.9% 0.31% -
HSV(B) 5.96º 0.95% 0.58% -
XYZ 12.73 6.98 0.91 -
YUV 58.38 99.58 192.64 -
System Red Green Blue C M Y K H S L
Decimal 149 22 8 0 0.85 0.95 0.42 5.96 0.9 0.31
Hex 95 16 8 0 55 5F 2A 6 5A 1F
Octal 225 26 10 0 125 137 52 6 132 37
Binary 10010101 10110 1000 0 1010101 1011111 101010 110 1011010 11111

Color Harmonies of #951608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951608

Black with #951608

Text Example


Text Example

White with #951608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951608; }

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

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

background-color css

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

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

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

border-color css

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

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

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