Html Css Color HEX #881006 Dark Red

📋 copy color: '#881006'

red 136 ◦ green 16 ◦ blue 6

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

Shades of Dark Red #881006

Tints of Dark Red #881006

RGB

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

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

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

R = 86.08%
G = 10.13%
B = 3.8%

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

#881006 (or 0x881006) is known color: Dark Red. HEX triplet: 88, 10 and 06. RGB value is (136,16,6). Sum of RGB (Red+Green+Blue) = 136+16+6=158 (20% of max value = 765). Red value is 136 (53.52% from 255 or 86.08% from 158); Green value is 16 (6.64% from 255 or 10.13% from 158); Blue value is 6 (2.73% from 255 or 3.80% from 158); Max value from RGB is 136 - color contains mainly: red. Hex color #881006 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #881006 is #77EFF9. Grayscale: #323232. Windows color (decimal): -7860218 or 397448. OLE color: 397448.

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

Color convert

RGB 136 16 6 -
CMYK 0 0.88 0.96 0.47
HSL 4.62º 0.92% 0.28% -
HSV(B) 4.62º 0.96% 0.53% -
XYZ 10.37 5.62 0.71 -
YUV 50.74 102.76 188.81 -
System Red Green Blue C M Y K H S L
Decimal 136 16 6 0 0.88 0.96 0.47 4.62 0.92 0.28
Hex 88 10 6 0 58 60 2F 5 5C 1C
Octal 210 20 6 0 130 140 57 5 134 34
Binary 10001000 10000 110 0 1011000 1100000 101111 101 1011100 11100

Color Harmonies of #881006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881006

Black with #881006

Text Example


Text Example

White with #881006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881006; }

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

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

background-color css

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

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

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

border-color css

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

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

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