Html Css Color HEX #881404 Dark Red

📋 copy color: '#881404'

red 136 ◦ green 20 ◦ blue 4

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

Shades of Dark Red #881404

Tints of Dark Red #881404

RGB

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

 GREEN value IS 20 (8.2% from 255) = 12.5%

 BLUE value IS 4 (1.95% from 255) = 2.5%

R = 85%
G = 12.5%
B = 2.5%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.97

 K value IS 0.47

RGB Variations

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

Color information

#881404 (or 0x881404) is known color: Dark Red. HEX triplet: 88, 14 and 04. RGB value is (136,20,4). Sum of RGB (Red+Green+Blue) = 136+20+4=160 (21% of max value = 765). Red value is 136 (53.52% from 255 or 85% from 160); Green value is 20 (8.20% from 255 or 12.5% from 160); Blue value is 4 (1.95% from 255 or 2.5% from 160); Max value from RGB is 136 - color contains mainly: red. Hex color #881404 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #881404 is #77EBFB. Grayscale: #353535. Windows color (decimal): -7859196 or 267400. OLE color: 267400.

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

Color convert

RGB 136 20 4 -
CMYK 0 0.85 0.97 0.47
HSL 7.27º 0.94% 0.27% -
HSV(B) 7.27º 0.97% 0.53% -
XYZ 10.43 5.74 0.67 -
YUV 52.86 100.43 187.3 -
System Red Green Blue C M Y K H S L
Decimal 136 20 4 0 0.85 0.97 0.47 7.27 0.94 0.27
Hex 88 14 4 0 55 61 2F 7 5E 1B
Octal 210 24 4 0 125 141 57 7 136 33
Binary 10001000 10100 100 0 1010101 1100001 101111 111 1011110 11011

Color Harmonies of #881404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881404

Black with #881404

Text Example


Text Example

White with #881404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881404; }

 p { color: rgb(136,20,4); }

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

background-color css

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

 a { background-color: rgb(136,20,4); }

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

border-color css

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

 span { border-color: rgb(136,20,4); }

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