Html Css Color HEX #801502 Maroon

📋 copy color: '#801502'

red 128 ◦ green 21 ◦ blue 2

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

Shades of Maroon #801502

Tints of Maroon #801502

RGB

 RED value IS 128 (50.39% from 255) = 84.77%

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

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

R = 84.77%
G = 13.91%
B = 1.32%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.98

 K value IS 0.50

RGB Variations

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

Color information

#801502 (or 0x801502) is known color: Maroon. HEX triplet: 80, 15 and 02. RGB value is (128,21,2). Sum of RGB (Red+Green+Blue) = 128+21+2=151 (20% of max value = 765). Red value is 128 (50.39% from 255 or 84.77% from 151); Green value is 21 (8.59% from 255 or 13.91% from 151); Blue value is 2 (1.17% from 255 or 1.32% from 151); Max value from RGB is 128 - color contains mainly: red. Hex color #801502 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #801502 is #7FEAFD. Grayscale: #333333. Windows color (decimal): -8383230 or 136576. OLE color: 136576.

HSL color Cylindrical-coordinate representation of color #801502: hue angle of 9.05º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #801502 is Cyan = 0, Magento = 0.84, Yellow = 0.98 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 21 2 -
CMYK 0 0.84 0.98 0.50
HSL 9.05º 0.97% 0.25% -
HSV(B) 9.05º 0.98% 0.5% -
XYZ 9.18 5.13 0.56 -
YUV 50.83 100.45 183.04 -
System Red Green Blue C M Y K H S L
Decimal 128 21 2 0 0.84 0.98 0.50 9.05 0.97 0.25
Hex 80 15 2 0 54 62 32 9 61 19
Octal 200 25 2 0 124 142 62 11 141 31
Binary 10000000 10101 10 0 1010100 1100010 110010 1001 1100001 11001

Color Harmonies of #801502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801502

Black with #801502

Text Example


Text Example

White with #801502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801502; }

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

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

background-color css

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

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

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

border-color css

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

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

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