Html Css Color HEX #801302 Maroon

📋 copy color: '#801302'

red 128 ◦ green 19 ◦ blue 2

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

Shades of Maroon #801302

Tints of Maroon #801302

RGB

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

 GREEN value IS 19 (7.81% from 255) = 12.75%

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

R = 85.91%
G = 12.75%
B = 1.34%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.98

 K value IS 0.50

RGB Variations

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

Color information

#801302 (or 0x801302) is known color: Maroon. HEX triplet: 80, 13 and 02. RGB value is (128,19,2). Sum of RGB (Red+Green+Blue) = 128+19+2=149 (19% of max value = 765). Red value is 128 (50.39% from 255 or 85.91% from 149); Green value is 19 (7.81% from 255 or 12.75% from 149); Blue value is 2 (1.17% from 255 or 1.34% from 149); Max value from RGB is 128 - color contains mainly: red. Hex color #801302 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #801302 is #7FECFD. Grayscale: #313131. Windows color (decimal): -8383742 or 136064. OLE color: 136064.

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

Color convert

RGB 128 19 2 -
CMYK 0 0.85 0.98 0.50
HSL 8.1º 0.97% 0.25% -
HSV(B) 8.1º 0.98% 0.5% -
XYZ 9.15 5.06 0.55 -
YUV 49.65 101.11 183.88 -
System Red Green Blue C M Y K H S L
Decimal 128 19 2 0 0.85 0.98 0.50 8.1 0.97 0.25
Hex 80 13 2 0 55 62 32 8 61 19
Octal 200 23 2 0 125 142 62 10 141 31
Binary 10000000 10011 10 0 1010101 1100010 110010 1000 1100001 11001

Color Harmonies of #801302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801302

Black with #801302

Text Example


Text Example

White with #801302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801302; }

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

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

background-color css

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

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

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

border-color css

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

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

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