Html Css Color HEX #881100 Dark Red

📋 copy color: '#881100'

red 136 ◦ green 17 ◦ blue 0

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

Shades of Dark Red #881100

Tints of Dark Red #881100

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 88.89%
G = 11.11%
B = 0%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 1

 K value IS 0.47

RGB Variations

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

Color information

#881100 (or 0x881100) is known color: Dark Red. HEX triplet: 88, 11 and 00. RGB value is (136,17,0). Sum of RGB (Red+Green+Blue) = 136+17+0=153 (20% of max value = 765). Red value is 136 (53.52% from 255 or 88.89% from 153); Green value is 17 (7.03% from 255 or 11.11% from 153); Blue value is 0 (0.39% from 255 or 0% from 153); Max value from RGB is 136 - color contains mainly: red. Hex color #881100 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #881100 is #77EEFF. Grayscale: #323232. Windows color (decimal): -7859968 or 4488. OLE color: 4488.

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

Color convert

RGB 136 17 0 -
CMYK 0 0.87 1 0.47
HSL 7.5º 1% 0.27% -
HSV(B) 7.5º 1% 0.53% -
XYZ 10.35 5.64 0.54 -
YUV 50.64 99.42 188.88 -
System Red Green Blue C M Y K H S L
Decimal 136 17 0 0 0.87 1 0.47 7.5 1 0.27
Hex 88 11 0 0 57 64 2F 8 64 1B
Octal 210 21 0 0 127 144 57 10 144 33
Binary 10001000 10001 0 0 1010111 1100100 101111 1000 1100100 11011

Color Harmonies of #881100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881100

Black with #881100

Text Example


Text Example

White with #881100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881100; }

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

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

background-color css

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

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

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

border-color css

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

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

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