Html Css Color HEX #880806 Dark Red

📋 copy color: '#880806'

red 136 ◦ green 8 ◦ blue 6

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

Shades of Dark Red #880806

Tints of Dark Red #880806

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 4%

R = 90.67%
G = 5.33%
B = 4%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.96

 K value IS 0.47

RGB Variations

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

Color information

#880806 (or 0x880806) is known color: Dark Red. HEX triplet: 88, 08 and 06. RGB value is (136,8,6). Sum of RGB (Red+Green+Blue) = 136+8+6=150 (19% of max value = 765). Red value is 136 (53.52% from 255 or 90.67% from 150); Green value is 8 (3.52% from 255 or 5.33% from 150); Blue value is 6 (2.73% from 255 or 4% from 150); Max value from RGB is 136 - color contains mainly: red. Hex color #880806 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880806 is #77F7F9. Grayscale: #2E2E2E. Windows color (decimal): -7862266 or 395400. OLE color: 395400.

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

Color convert

RGB 136 8 6 -
CMYK 0 0.94 0.96 0.47
HSL 0.92º 0.92% 0.28% -
HSV(B) 0.92º 0.96% 0.53% -
XYZ 10.27 5.42 0.68 -
YUV 46.04 105.41 192.16 -
System Red Green Blue C M Y K H S L
Decimal 136 8 6 0 0.94 0.96 0.47 0.92 0.92 0.28
Hex 88 8 6 0 5E 60 2F 1 5C 1C
Octal 210 10 6 0 136 140 57 1 134 34
Binary 10001000 1000 110 0 1011110 1100000 101111 1 1011100 11100

Color Harmonies of #880806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880806

Black with #880806

Text Example


Text Example

White with #880806

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880806; }

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

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

background-color css

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

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

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

border-color css

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

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

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