Html Css Color HEX #880E08 Dark Red

📋 copy color: '#880E08'

red 136 ◦ green 14 ◦ blue 8

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

Shades of Dark Red #880E08

Tints of Dark Red #880E08

RGB

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

 GREEN value IS 14 (5.86% from 255) = 8.86%

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

R = 86.08%
G = 8.86%
B = 5.06%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.94

 K value IS 0.47

RGB Variations

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

Color information

#880E08 (or 0x880E08) is known color: Dark Red. HEX triplet: 88, 0E and 08. RGB value is (136,14,8). Sum of RGB (Red+Green+Blue) = 136+14+8=158 (20% of max value = 765). Red value is 136 (53.52% from 255 or 86.08% from 158); Green value is 14 (5.86% from 255 or 8.86% from 158); Blue value is 8 (3.52% from 255 or 5.06% from 158); Max value from RGB is 136 - color contains mainly: red. Hex color #880E08 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880E08 is #77F1F7. Grayscale: #313131. Windows color (decimal): -7860728 or 528008. OLE color: 528008.

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

Color convert

RGB 136 14 8 -
CMYK 0 0.90 0.94 0.47
HSL 2.81º 0.89% 0.28% -
HSV(B) 2.81º 0.94% 0.53% -
XYZ 10.35 5.57 0.76 -
YUV 49.79 104.42 189.49 -
System Red Green Blue C M Y K H S L
Decimal 136 14 8 0 0.90 0.94 0.47 2.81 0.89 0.28
Hex 88 E 8 0 5A 5E 2F 3 59 1C
Octal 210 16 10 0 132 136 57 3 131 34
Binary 10001000 1110 1000 0 1011010 1011110 101111 11 1011001 11100

Color Harmonies of #880E08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880E08

Black with #880E08

Text Example


Text Example

White with #880E08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880E08; }

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

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

background-color css

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

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

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

border-color css

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

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

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