Html Css Color HEX #880909 Dark Red

📋 copy color: '#880909'

red 136 ◦ green 9 ◦ blue 9

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

Shades of Dark Red #880909

Tints of Dark Red #880909

RGB

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

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

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

R = 88.31%
G = 5.84%
B = 5.84%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.93

 K value IS 0.47

RGB Variations

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

Color information

#880909 (or 0x880909) is known color: Dark Red. HEX triplet: 88, 09 and 09. RGB value is (136,9,9). Sum of RGB (Red+Green+Blue) = 136+9+9=154 (20% of max value = 765). Red value is 136 (53.52% from 255 or 88.31% from 154); Green value is 9 (3.91% from 255 or 5.84% from 154); Blue value is 9 (3.91% from 255 or 5.84% from 154); Max value from RGB is 136 - color contains mainly: red. Hex color #880909 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880909 is #77F6F6. Grayscale: #2F2F2F. Windows color (decimal): -7862007 or 592264. OLE color: 592264.

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

Color convert

RGB 136 9 9 -
CMYK 0 0.93 0.93 0.47
HSL 0.88% 0.28% -
HSV(B) 0.93% 0.53% -
XYZ 10.3 5.45 0.77 -
YUV 46.97 106.58 191.5 -
System Red Green Blue C M Y K H S L
Decimal 136 9 9 0 0.93 0.93 0.47 0 0.88 0.28
Hex 88 9 9 0 5D 5D 2F 0 58 1C
Octal 210 11 11 0 135 135 57 0 130 34
Binary 10001000 1001 1001 0 1011101 1011101 101111 0 1011000 11100

Color Harmonies of #880909

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880909

Black with #880909

Text Example


Text Example

White with #880909

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880909; }

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

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

background-color css

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

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

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

border-color css

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

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

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