Html Css Color HEX #880808 Dark Red

📋 copy color: '#880808'

red 136 ◦ green 8 ◦ blue 8

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

Shades of Dark Red #880808

Tints of Dark Red #880808

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.26%

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

R = 89.47%
G = 5.26%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.94

 K value IS 0.47

RGB Variations

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

Color information

#880808 (or 0x880808) is known color: Dark Red. HEX triplet: 88, 08 and 08. RGB value is (136,8,8). Sum of RGB (Red+Green+Blue) = 136+8+8=152 (20% of max value = 765). Red value is 136 (53.52% from 255 or 89.47% from 152); Green value is 8 (3.52% from 255 or 5.26% from 152); Blue value is 8 (3.52% from 255 or 5.26% from 152); Max value from RGB is 136 - color contains mainly: red. Hex color #880808 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880808 is #77F7F7. Grayscale: #2E2E2E. Windows color (decimal): -7862264 or 526472. OLE color: 526472.

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

Color convert

RGB 136 8 8 -
CMYK 0 0.94 0.94 0.47
HSL 0.89% 0.28% -
HSV(B) 0.94% 0.53% -
XYZ 10.28 5.43 0.73 -
YUV 46.27 106.41 192 -
System Red Green Blue C M Y K H S L
Decimal 136 8 8 0 0.94 0.94 0.47 0 0.89 0.28
Hex 88 8 8 0 5E 5E 2F 0 59 1C
Octal 210 10 10 0 136 136 57 0 131 34
Binary 10001000 1000 1000 0 1011110 1011110 101111 0 1011001 11100

Color Harmonies of #880808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880808

Black with #880808

Text Example


Text Example

White with #880808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880808; }

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

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

background-color css

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

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

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

border-color css

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

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

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