Html Css Color HEX #801201 Maroon

📋 copy color: '#801201'

red 128 ◦ green 18 ◦ blue 1

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

Shades of Maroon #801201

Tints of Maroon #801201

RGB

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

 GREEN value IS 18 (7.42% from 255) = 12.24%

 BLUE value IS 1 (0.78% from 255) = 0.68%

R = 87.07%
G = 12.24%
B = 0.68%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.99

 K value IS 0.50

RGB Variations

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

Color information

#801201 (or 0x801201) is known color: Maroon. HEX triplet: 80, 12 and 01. RGB value is (128,18,1). Sum of RGB (Red+Green+Blue) = 128+18+1=147 (19% of max value = 765). Red value is 128 (50.39% from 255 or 87.07% from 147); Green value is 18 (7.42% from 255 or 12.24% from 147); Blue value is 1 (0.78% from 255 or 0.68% from 147); Max value from RGB is 128 - color contains mainly: red. Hex color #801201 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #801201 is #7FEDFE. Grayscale: #313131. Windows color (decimal): -8383999 or 70272. OLE color: 70272.

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

Color convert

RGB 128 18 1 -
CMYK 0 0.86 0.99 0.50
HSL 8.03º 0.98% 0.25% -
HSV(B) 8.03º 0.99% 0.5% -
XYZ 9.12 5.02 0.52 -
YUV 48.95 100.94 184.38 -
System Red Green Blue C M Y K H S L
Decimal 128 18 1 0 0.86 0.99 0.50 8.03 0.98 0.25
Hex 80 12 1 0 56 63 32 8 62 19
Octal 200 22 1 0 126 143 62 10 142 31
Binary 10000000 10010 1 0 1010110 1100011 110010 1000 1100010 11001

Color Harmonies of #801201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801201

Black with #801201

Text Example


Text Example

White with #801201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801201; }

 p { color: rgb(128,18,1); }

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

background-color css

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

 a { background-color: rgb(128,18,1); }

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

border-color css

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

 span { border-color: rgb(128,18,1); }

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