Html Css Color HEX #881005 Dark Red

📋 copy color: '#881005'

red 136 ◦ green 16 ◦ blue 5

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

Shades of Dark Red #881005

Tints of Dark Red #881005

RGB

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

 GREEN value IS 16 (6.64% from 255) = 10.19%

 BLUE value IS 5 (2.34% from 255) = 3.18%

R = 86.62%
G = 10.19%
B = 3.18%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.96

 K value IS 0.47

RGB Variations

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

Color information

#881005 (or 0x881005) is known color: Dark Red. HEX triplet: 88, 10 and 05. RGB value is (136,16,5). Sum of RGB (Red+Green+Blue) = 136+16+5=157 (20% of max value = 765). Red value is 136 (53.52% from 255 or 86.62% from 157); Green value is 16 (6.64% from 255 or 10.19% from 157); Blue value is 5 (2.34% from 255 or 3.18% from 157); Max value from RGB is 136 - color contains mainly: red. Hex color #881005 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #881005 is #77EFFA. Grayscale: #323232. Windows color (decimal): -7860219 or 331912. OLE color: 331912.

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

Color convert

RGB 136 16 5 -
CMYK 0 0.88 0.96 0.47
HSL 5.04º 0.93% 0.28% -
HSV(B) 5.04º 0.96% 0.53% -
XYZ 10.37 5.62 0.68 -
YUV 50.63 102.26 188.89 -
System Red Green Blue C M Y K H S L
Decimal 136 16 5 0 0.88 0.96 0.47 5.04 0.93 0.28
Hex 88 10 5 0 58 60 2F 5 5D 1C
Octal 210 20 5 0 130 140 57 5 135 34
Binary 10001000 10000 101 0 1011000 1100000 101111 101 1011101 11100

Color Harmonies of #881005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881005

Black with #881005

Text Example


Text Example

White with #881005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881005; }

 p { color: rgb(136,16,5); }

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

background-color css

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

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

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

border-color css

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

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

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