Html Css Color HEX #801800 Maroon

📋 copy color: '#801800'

red 128 ◦ green 24 ◦ blue 0

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

Shades of Maroon #801800

Tints of Maroon #801800

RGB

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

 GREEN value IS 24 (9.77% from 255) = 15.79%

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

R = 84.21%
G = 15.79%
B = 0%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 1

 K value IS 0.50

RGB Variations

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

Color information

#801800 (or 0x801800) is known color: Maroon. HEX triplet: 80, 18 and 00. RGB value is (128,24,0). Sum of RGB (Red+Green+Blue) = 128+24+0=152 (20% of max value = 765). Red value is 128 (50.39% from 255 or 84.21% from 152); Green value is 24 (9.77% from 255 or 15.79% from 152); Blue value is 0 (0.39% from 255 or 0% from 152); Max value from RGB is 128 - color contains mainly: red. Hex color #801800 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #801800 is #7FE7FF. Grayscale: #343434. Windows color (decimal): -8382464 or 6272. OLE color: 6272.

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

Color convert

RGB 128 24 0 -
CMYK 0 0.81 1 0.50
HSL 11.25º 1% 0.25% -
HSV(B) 11.25º 1% 0.5% -
XYZ 9.23 5.24 0.53 -
YUV 52.36 98.46 181.95 -
System Red Green Blue C M Y K H S L
Decimal 128 24 0 0 0.81 1 0.50 11.25 1 0.25
Hex 80 18 0 0 51 64 32 B 64 19
Octal 200 30 0 0 121 144 62 13 144 31
Binary 10000000 11000 0 0 1010001 1100100 110010 1011 1100100 11001

Color Harmonies of #801800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801800

Black with #801800

Text Example


Text Example

White with #801800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801800; }

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

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

background-color css

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

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

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

border-color css

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

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

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