Html Css Color HEX #880908 Dark Red

📋 copy color: '#880908'

red 136 ◦ green 9 ◦ blue 8

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

Shades of Dark Red #880908

Tints of Dark Red #880908

RGB

 RED value IS 136 (53.52% from 255) = 88.89%

 GREEN value IS 9 (3.91% from 255) = 5.88%

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

R = 88.89%
G = 5.88%
B = 5.23%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.94

 K value IS 0.47

RGB Variations

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

Color information

#880908 (or 0x880908) is known color: Dark Red. HEX triplet: 88, 09 and 08. RGB value is (136,9,8). Sum of RGB (Red+Green+Blue) = 136+9+8=153 (20% of max value = 765). Red value is 136 (53.52% from 255 or 88.89% from 153); Green value is 9 (3.91% from 255 or 5.88% from 153); Blue value is 8 (3.52% from 255 or 5.23% from 153); Max value from RGB is 136 - color contains mainly: red. Hex color #880908 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880908 is #77F6F7. Grayscale: #2E2E2E. Windows color (decimal): -7862008 or 526728. OLE color: 526728.

HSL color Cylindrical-coordinate representation of color #880908: hue angle of 0.47º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #880908 is Cyan = 0, Magento = 0.93, Yellow = 0.94 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 9 8 -
CMYK 0 0.93 0.94 0.47
HSL 0.47º 0.89% 0.28% -
HSV(B) 0.47º 0.94% 0.53% -
XYZ 10.29 5.45 0.74 -
YUV 46.86 106.08 191.58 -
System Red Green Blue C M Y K H S L
Decimal 136 9 8 0 0.93 0.94 0.47 0.47 0.89 0.28
Hex 88 9 8 0 5D 5E 2F 0 59 1C
Octal 210 11 10 0 135 136 57 0 131 34
Binary 10001000 1001 1000 0 1011101 1011110 101111 0 1011001 11100

Color Harmonies of #880908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880908

Black with #880908

Text Example


Text Example

White with #880908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880908; }

 p { color: rgb(136,9,8); }

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

background-color css

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

 a { background-color: rgb(136,9,8); }

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

border-color css

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

 span { border-color: rgb(136,9,8); }

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