Html Css Color HEX #880D09 Dark Red

📋 copy color: '#880D09'

red 136 ◦ green 13 ◦ blue 9

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

Shades of Dark Red #880D09

Tints of Dark Red #880D09

RGB

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

 GREEN value IS 13 (5.47% from 255) = 8.23%

 BLUE value IS 9 (3.91% from 255) = 5.7%

R = 86.08%
G = 8.23%
B = 5.7%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.93

 K value IS 0.47

RGB Variations

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

Color information

#880D09 (or 0x880D09) is known color: Dark Red. HEX triplet: 88, 0D and 09. RGB value is (136,13,9). Sum of RGB (Red+Green+Blue) = 136+13+9=158 (20% of max value = 765). Red value is 136 (53.52% from 255 or 86.08% from 158); Green value is 13 (5.47% from 255 or 8.23% from 158); Blue value is 9 (3.91% from 255 or 5.70% from 158); Max value from RGB is 136 - color contains mainly: red. Hex color #880D09 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880D09 is #77F2F6. Grayscale: #313131. Windows color (decimal): -7860983 or 593288. OLE color: 593288.

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

Color convert

RGB 136 13 9 -
CMYK 0 0.90 0.93 0.47
HSL 1.89º 0.88% 0.28% -
HSV(B) 1.89º 0.93% 0.53% -
XYZ 10.35 5.54 0.78 -
YUV 49.32 105.25 189.83 -
System Red Green Blue C M Y K H S L
Decimal 136 13 9 0 0.90 0.93 0.47 1.89 0.88 0.28
Hex 88 D 9 0 5A 5D 2F 2 58 1C
Octal 210 15 11 0 132 135 57 2 130 34
Binary 10001000 1101 1001 0 1011010 1011101 101111 10 1011000 11100

Color Harmonies of #880D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880D09

Black with #880D09

Text Example


Text Example

White with #880D09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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