Html Css Color HEX #881106 Dark Red

📋 copy color: '#881106'

red 136 ◦ green 17 ◦ blue 6

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

Shades of Dark Red #881106

Tints of Dark Red #881106

RGB

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

 GREEN value IS 17 (7.03% from 255) = 10.69%

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

R = 85.53%
G = 10.69%
B = 3.77%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.96

 K value IS 0.47

RGB Variations

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

Color information

#881106 (or 0x881106) is known color: Dark Red. HEX triplet: 88, 11 and 06. RGB value is (136,17,6). Sum of RGB (Red+Green+Blue) = 136+17+6=159 (21% of max value = 765). Red value is 136 (53.52% from 255 or 85.53% from 159); Green value is 17 (7.03% from 255 or 10.69% from 159); Blue value is 6 (2.73% from 255 or 3.77% from 159); Max value from RGB is 136 - color contains mainly: red. Hex color #881106 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #881106 is #77EEF9. Grayscale: #333333. Windows color (decimal): -7859962 or 397704. OLE color: 397704.

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

Color convert

RGB 136 17 6 -
CMYK 0 0.87 0.96 0.47
HSL 5.08º 0.92% 0.28% -
HSV(B) 5.08º 0.96% 0.53% -
XYZ 10.39 5.65 0.72 -
YUV 51.33 102.42 188.39 -
System Red Green Blue C M Y K H S L
Decimal 136 17 6 0 0.87 0.96 0.47 5.08 0.92 0.28
Hex 88 11 6 0 57 60 2F 5 5C 1C
Octal 210 21 6 0 127 140 57 5 134 34
Binary 10001000 10001 110 0 1010111 1100000 101111 101 1011100 11100

Color Harmonies of #881106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881106

Black with #881106

Text Example


Text Example

White with #881106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881106; }

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

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

background-color css

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

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

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

border-color css

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

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

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