Html Css Color HEX #881502 Dark Red

📋 copy color: '#881502'

red 136 ◦ green 21 ◦ blue 2

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

Shades of Dark Red #881502

Tints of Dark Red #881502

RGB

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

 GREEN value IS 21 (8.59% from 255) = 13.21%

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

R = 85.53%
G = 13.21%
B = 1.26%

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

#881502 (or 0x881502) is known color: Dark Red. HEX triplet: 88, 15 and 02. RGB value is (136,21,2). Sum of RGB (Red+Green+Blue) = 136+21+2=159 (21% of max value = 765). Red value is 136 (53.52% from 255 or 85.53% from 159); Green value is 21 (8.59% from 255 or 13.21% from 159); Blue value is 2 (1.17% from 255 or 1.26% from 159); Max value from RGB is 136 - color contains mainly: red. Hex color #881502 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #881502 is #77EAFD. Grayscale: #353535. Windows color (decimal): -7858942 or 136584. OLE color: 136584.

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

Color convert

RGB 136 21 2 -
CMYK 0 0.85 0.99 0.47
HSL 8.51º 0.97% 0.27% -
HSV(B) 8.51º 0.99% 0.53% -
XYZ 10.43 5.77 0.62 -
YUV 53.22 99.1 187.04 -
System Red Green Blue C M Y K H S L
Decimal 136 21 2 0 0.85 0.99 0.47 8.51 0.97 0.27
Hex 88 15 2 0 55 63 2F 9 61 1B
Octal 210 25 2 0 125 143 57 11 141 33
Binary 10001000 10101 10 0 1010101 1100011 101111 1001 1100001 11011

Color Harmonies of #881502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881502

Black with #881502

Text Example


Text Example

White with #881502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881502; }

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

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

background-color css

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

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

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

border-color css

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

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

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