Html Css Color HEX #881702 Dark Red

📋 copy color: '#881702'

red 136 ◦ green 23 ◦ blue 2

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

Shades of Dark Red #881702

Tints of Dark Red #881702

RGB

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

 GREEN value IS 23 (9.38% from 255) = 14.29%

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

R = 84.47%
G = 14.29%
B = 1.24%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#881702 (or 0x881702) is known color: Dark Red. HEX triplet: 88, 17 and 02. RGB value is (136,23,2). Sum of RGB (Red+Green+Blue) = 136+23+2=161 (21% of max value = 765). Red value is 136 (53.52% from 255 or 84.47% from 161); Green value is 23 (9.38% from 255 or 14.29% from 161); Blue value is 2 (1.17% from 255 or 1.24% from 161); Max value from RGB is 136 - color contains mainly: red. Hex color #881702 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #881702 is #77E8FD. Grayscale: #363636. Windows color (decimal): -7858430 or 137096. OLE color: 137096.

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

Color convert

RGB 136 23 2 -
CMYK 0 0.83 0.99 0.47
HSL 9.4º 0.97% 0.27% -
HSV(B) 9.4º 0.99% 0.53% -
XYZ 10.47 5.85 0.64 -
YUV 54.39 98.44 186.21 -
System Red Green Blue C M Y K H S L
Decimal 136 23 2 0 0.83 0.99 0.47 9.4 0.97 0.27
Hex 88 17 2 0 53 63 2F 9 61 1B
Octal 210 27 2 0 123 143 57 11 141 33
Binary 10001000 10111 10 0 1010011 1100011 101111 1001 1100001 11011

Color Harmonies of #881702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881702

Black with #881702

Text Example


Text Example

White with #881702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881702; }

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

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

background-color css

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

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

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

border-color css

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

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

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