Html Css Color HEX #881401 Dark Red

📋 copy color: '#881401'

red 136 ◦ green 20 ◦ blue 1

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

Shades of Dark Red #881401

Tints of Dark Red #881401

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.64%

R = 86.62%
G = 12.74%
B = 0.64%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#881401 (or 0x881401) is known color: Dark Red. HEX triplet: 88, 14 and 01. RGB value is (136,20,1). Sum of RGB (Red+Green+Blue) = 136+20+1=157 (20% of max value = 765). Red value is 136 (53.52% from 255 or 86.62% from 157); Green value is 20 (8.20% from 255 or 12.74% from 157); Blue value is 1 (0.78% from 255 or 0.64% from 157); Max value from RGB is 136 - color contains mainly: red. Hex color #881401 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #881401 is #77EBFE. Grayscale: #343434. Windows color (decimal): -7859199 or 70792. OLE color: 70792.

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

Color convert

RGB 136 20 1 -
CMYK 0 0.85 0.99 0.47
HSL 8.44º 0.99% 0.27% -
HSV(B) 8.44º 0.99% 0.53% -
XYZ 10.41 5.74 0.59 -
YUV 52.52 98.93 187.54 -
System Red Green Blue C M Y K H S L
Decimal 136 20 1 0 0.85 0.99 0.47 8.44 0.99 0.27
Hex 88 14 1 0 55 63 2F 8 63 1B
Octal 210 24 1 0 125 143 57 10 143 33
Binary 10001000 10100 1 0 1010101 1100011 101111 1000 1100011 11011

Color Harmonies of #881401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881401

Black with #881401

Text Example


Text Example

White with #881401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881401; }

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

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

background-color css

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

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

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

border-color css

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

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

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