Html Css Color HEX #801200 Maroon

📋 copy color: '#801200'

red 128 ◦ green 18 ◦ blue 0

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

Shades of Maroon #801200

Tints of Maroon #801200

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 87.67%
G = 12.33%
B = 0%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 1

 K value IS 0.50

RGB Variations

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

Color information

#801200 (or 0x801200) is known color: Maroon. HEX triplet: 80, 12 and 00. RGB value is (128,18,0). Sum of RGB (Red+Green+Blue) = 128+18+0=146 (19% of max value = 765). Red value is 128 (50.39% from 255 or 87.67% from 146); Green value is 18 (7.42% from 255 or 12.33% from 146); Blue value is 0 (0.39% from 255 or 0% from 146); Max value from RGB is 128 - color contains mainly: red. Hex color #801200 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #801200 is #7FEDFF. Grayscale: #313131. Windows color (decimal): -8384000 or 4736. OLE color: 4736.

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

Color convert

RGB 128 18 0 -
CMYK 0 0.86 1 0.50
HSL 8.44º 1% 0.25% -
HSV(B) 8.44º 1% 0.5% -
XYZ 9.12 5.02 0.49 -
YUV 48.84 100.44 184.46 -
System Red Green Blue C M Y K H S L
Decimal 128 18 0 0 0.86 1 0.50 8.44 1 0.25
Hex 80 12 0 0 56 64 32 8 64 19
Octal 200 22 0 0 126 144 62 10 144 31
Binary 10000000 10010 0 0 1010110 1100100 110010 1000 1100100 11001

Color Harmonies of #801200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801200

Black with #801200

Text Example


Text Example

White with #801200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801200; }

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

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

background-color css

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

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

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

border-color css

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

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

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