Html Css Color HEX #880B08 Dark Red

📋 copy color: '#880B08'

red 136 ◦ green 11 ◦ blue 8

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

Shades of Dark Red #880B08

Tints of Dark Red #880B08

RGB

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

 GREEN value IS 11 (4.69% from 255) = 7.1%

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

R = 87.74%
G = 7.1%
B = 5.16%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.94

 K value IS 0.47

RGB Variations

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

Color information

#880B08 (or 0x880B08) is known color: Dark Red. HEX triplet: 88, 0B and 08. RGB value is (136,11,8). Sum of RGB (Red+Green+Blue) = 136+11+8=155 (20% of max value = 765). Red value is 136 (53.52% from 255 or 87.74% from 155); Green value is 11 (4.69% from 255 or 7.10% from 155); Blue value is 8 (3.52% from 255 or 5.16% from 155); Max value from RGB is 136 - color contains mainly: red. Hex color #880B08 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880B08 is #77F4F7. Grayscale: #303030. Windows color (decimal): -7861496 or 527240. OLE color: 527240.

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

Color convert

RGB 136 11 8 -
CMYK 0 0.92 0.94 0.47
HSL 1.41º 0.89% 0.28% -
HSV(B) 1.41º 0.94% 0.53% -
XYZ 10.32 5.49 0.75 -
YUV 48.03 105.41 190.74 -
System Red Green Blue C M Y K H S L
Decimal 136 11 8 0 0.92 0.94 0.47 1.41 0.89 0.28
Hex 88 B 8 0 5C 5E 2F 1 59 1C
Octal 210 13 10 0 134 136 57 1 131 34
Binary 10001000 1011 1000 0 1011100 1011110 101111 1 1011001 11100

Color Harmonies of #880B08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880B08

Black with #880B08

Text Example


Text Example

White with #880B08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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