Html Css Color HEX #880502 Dark Red

📋 copy color: '#880502'

red 136 ◦ green 5 ◦ blue 2

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

Shades of Dark Red #880502

Tints of Dark Red #880502

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.5%

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

R = 95.1%
G = 3.5%
B = 1.4%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#880502 (or 0x880502) is known color: Dark Red. HEX triplet: 88, 05 and 02. RGB value is (136,5,2). Sum of RGB (Red+Green+Blue) = 136+5+2=143 (18% of max value = 765). Red value is 136 (53.52% from 255 or 95.10% from 143); Green value is 5 (2.34% from 255 or 3.50% from 143); Blue value is 2 (1.17% from 255 or 1.40% from 143); Max value from RGB is 136 - color contains mainly: red. Hex color #880502 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880502 is #77FAFD. Grayscale: #2B2B2B. Windows color (decimal): -7863038 or 132488. OLE color: 132488.

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

Color convert

RGB 136 5 2 -
CMYK 0 0.96 0.99 0.47
HSL 1.34º 0.97% 0.27% -
HSV(B) 1.34º 0.99% 0.53% -
XYZ 10.22 5.35 0.55 -
YUV 43.83 104.4 193.74 -
System Red Green Blue C M Y K H S L
Decimal 136 5 2 0 0.96 0.99 0.47 1.34 0.97 0.27
Hex 88 5 2 0 60 63 2F 1 61 1B
Octal 210 5 2 0 140 143 57 1 141 33
Binary 10001000 101 10 0 1100000 1100011 101111 1 1100001 11011

Color Harmonies of #880502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880502

Black with #880502

Text Example


Text Example

White with #880502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880502; }

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

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

background-color css

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

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

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

border-color css

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

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

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