Html Css Color HEX #801305 Maroon

📋 copy color: '#801305'

red 128 ◦ green 19 ◦ blue 5

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

Shades of Maroon #801305

Tints of Maroon #801305

RGB

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

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

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

R = 84.21%
G = 12.5%
B = 3.29%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.96

 K value IS 0.50

RGB Variations

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

Color information

#801305 (or 0x801305) is known color: Maroon. HEX triplet: 80, 13 and 05. RGB value is (128,19,5). Sum of RGB (Red+Green+Blue) = 128+19+5=152 (20% of max value = 765). Red value is 128 (50.39% from 255 or 84.21% from 152); Green value is 19 (7.81% from 255 or 12.5% from 152); Blue value is 5 (2.34% from 255 or 3.29% from 152); Max value from RGB is 128 - color contains mainly: red. Hex color #801305 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #801305 is #7FECFA. Grayscale: #323232. Windows color (decimal): -8383739 or 332672. OLE color: 332672.

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

Color convert

RGB 128 19 5 -
CMYK 0 0.85 0.96 0.50
HSL 6.83º 0.92% 0.26% -
HSV(B) 6.83º 0.96% 0.5% -
XYZ 9.16 5.07 0.64 -
YUV 50 102.61 183.64 -
System Red Green Blue C M Y K H S L
Decimal 128 19 5 0 0.85 0.96 0.50 6.83 0.92 0.26
Hex 80 13 5 0 55 60 32 7 5C 1A
Octal 200 23 5 0 125 140 62 7 134 32
Binary 10000000 10011 101 0 1010101 1100000 110010 111 1011100 11010

Color Harmonies of #801305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801305

Black with #801305

Text Example


Text Example

White with #801305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801305; }

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

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

background-color css

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

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

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

border-color css

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

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

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