Html Css Color HEX #881402 Dark Red

📋 copy color: '#881402'

red 136 ◦ green 20 ◦ blue 2

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

Shades of Dark Red #881402

Tints of Dark Red #881402

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.27%

R = 86.08%
G = 12.66%
B = 1.27%

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

#881402 (or 0x881402) is known color: Dark Red. HEX triplet: 88, 14 and 02. RGB value is (136,20,2). Sum of RGB (Red+Green+Blue) = 136+20+2=158 (20% of max value = 765). Red value is 136 (53.52% from 255 or 86.08% from 158); Green value is 20 (8.20% from 255 or 12.66% from 158); Blue value is 2 (1.17% from 255 or 1.27% from 158); Max value from RGB is 136 - color contains mainly: red. Hex color #881402 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #881402 is #77EBFD. Grayscale: #343434. Windows color (decimal): -7859198 or 136328. OLE color: 136328.

HSL color Cylindrical-coordinate representation of color #881402: hue angle of 8.06º degrees, saturation: 0.97, 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 #881402 is Cyan = 0, Magento = 0.85, Yellow = 0.99 and Black (K on CMYK) = 0.47.

Color convert

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

Color Harmonies of #881402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881402

Black with #881402

Text Example


Text Example

White with #881402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881402; }

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

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

background-color css

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

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

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

border-color css

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

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

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