Html Css Color HEX #801205 Maroon

📋 copy color: '#801205'

red 128 ◦ green 18 ◦ blue 5

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

Shades of Maroon #801205

Tints of Maroon #801205

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 3.31%

R = 84.77%
G = 11.92%
B = 3.31%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.96

 K value IS 0.50

RGB Variations

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

Color information

#801205 (or 0x801205) is known color: Maroon. HEX triplet: 80, 12 and 05. RGB value is (128,18,5). Sum of RGB (Red+Green+Blue) = 128+18+5=151 (20% of max value = 765). Red value is 128 (50.39% from 255 or 84.77% from 151); Green value is 18 (7.42% from 255 or 11.92% from 151); Blue value is 5 (2.34% from 255 or 3.31% from 151); Max value from RGB is 128 - color contains mainly: red. Hex color #801205 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #801205 is #7FEDFA. Grayscale: #313131. Windows color (decimal): -8383995 or 332416. OLE color: 332416.

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

Color convert

RGB 128 18 5 -
CMYK 0 0.86 0.96 0.50
HSL 6.34º 0.92% 0.26% -
HSV(B) 6.34º 0.96% 0.5% -
XYZ 9.15 5.03 0.63 -
YUV 49.41 102.94 184.06 -
System Red Green Blue C M Y K H S L
Decimal 128 18 5 0 0.86 0.96 0.50 6.34 0.92 0.26
Hex 80 12 5 0 56 60 32 6 5C 1A
Octal 200 22 5 0 126 140 62 6 134 32
Binary 10000000 10010 101 0 1010110 1100000 110010 110 1011100 11010

Color Harmonies of #801205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801205

Black with #801205

Text Example


Text Example

White with #801205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801205; }

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

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

background-color css

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

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

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

border-color css

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

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

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