Html Css Color HEX #881108 Dark Red

📋 copy color: '#881108'

red 136 ◦ green 17 ◦ blue 8

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

Shades of Dark Red #881108

Tints of Dark Red #881108

RGB

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

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

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

R = 84.47%
G = 10.56%
B = 4.97%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.94

 K value IS 0.47

RGB Variations

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

Color information

#881108 (or 0x881108) is known color: Dark Red. HEX triplet: 88, 11 and 08. RGB value is (136,17,8). Sum of RGB (Red+Green+Blue) = 136+17+8=161 (21% of max value = 765). Red value is 136 (53.52% from 255 or 84.47% from 161); Green value is 17 (7.03% from 255 or 10.56% from 161); Blue value is 8 (3.52% from 255 or 4.97% from 161); Max value from RGB is 136 - color contains mainly: red. Hex color #881108 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #881108 is #77EEF7. Grayscale: #333333. Windows color (decimal): -7859960 or 528776. OLE color: 528776.

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

Color convert

RGB 136 17 8 -
CMYK 0 0.87 0.94 0.47
HSL 4.22º 0.89% 0.28% -
HSV(B) 4.22º 0.94% 0.53% -
XYZ 10.4 5.65 0.77 -
YUV 51.56 103.42 188.23 -
System Red Green Blue C M Y K H S L
Decimal 136 17 8 0 0.87 0.94 0.47 4.22 0.89 0.28
Hex 88 11 8 0 57 5E 2F 4 59 1C
Octal 210 21 10 0 127 136 57 4 131 34
Binary 10001000 10001 1000 0 1010111 1011110 101111 100 1011001 11100

Color Harmonies of #881108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881108

Black with #881108

Text Example


Text Example

White with #881108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881108; }

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

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

background-color css

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

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

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

border-color css

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

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

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