Html Css Color HEX #881602 Dark Red

📋 copy color: '#881602'

red 136 ◦ green 22 ◦ blue 2

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

Shades of Dark Red #881602

Tints of Dark Red #881602

RGB

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

 GREEN value IS 22 (8.98% from 255) = 13.75%

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

R = 85%
G = 13.75%
B = 1.25%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#881602 (or 0x881602) is known color: Dark Red. HEX triplet: 88, 16 and 02. RGB value is (136,22,2). Sum of RGB (Red+Green+Blue) = 136+22+2=160 (21% of max value = 765). Red value is 136 (53.52% from 255 or 85% from 160); Green value is 22 (8.98% from 255 or 13.75% from 160); Blue value is 2 (1.17% from 255 or 1.25% from 160); Max value from RGB is 136 - color contains mainly: red. Hex color #881602 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #881602 is #77E9FD. Grayscale: #353535. Windows color (decimal): -7858686 or 136840. OLE color: 136840.

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

Color convert

RGB 136 22 2 -
CMYK 0 0.84 0.99 0.47
HSL 8.96º 0.97% 0.27% -
HSV(B) 8.96º 0.99% 0.53% -
XYZ 10.45 5.81 0.63 -
YUV 53.81 98.77 186.63 -
System Red Green Blue C M Y K H S L
Decimal 136 22 2 0 0.84 0.99 0.47 8.96 0.97 0.27
Hex 88 16 2 0 54 63 2F 9 61 1B
Octal 210 26 2 0 124 143 57 11 141 33
Binary 10001000 10110 10 0 1010100 1100011 101111 1001 1100001 11011

Color Harmonies of #881602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881602

Black with #881602

Text Example


Text Example

White with #881602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881602; }

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

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

background-color css

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

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

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

border-color css

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

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

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