Html Css Color HEX #801203 Maroon

📋 copy color: '#801203'

red 128 ◦ green 18 ◦ blue 3

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

Shades of Maroon #801203

Tints of Maroon #801203

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 2.01%

R = 85.91%
G = 12.08%
B = 2.01%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.98

 K value IS 0.50

RGB Variations

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

Color information

#801203 (or 0x801203) is known color: Maroon. HEX triplet: 80, 12 and 03. RGB value is (128,18,3). Sum of RGB (Red+Green+Blue) = 128+18+3=149 (19% of max value = 765). Red value is 128 (50.39% from 255 or 85.91% from 149); Green value is 18 (7.42% from 255 or 12.08% from 149); Blue value is 3 (1.56% from 255 or 2.01% from 149); Max value from RGB is 128 - color contains mainly: red. Hex color #801203 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #801203 is #7FEDFC. Grayscale: #313131. Windows color (decimal): -8383997 or 201344. OLE color: 201344.

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

Color convert

RGB 128 18 3 -
CMYK 0 0.86 0.98 0.50
HSL 7.2º 0.95% 0.26% -
HSV(B) 7.2º 0.98% 0.5% -
XYZ 9.13 5.03 0.58 -
YUV 49.18 101.94 184.22 -
System Red Green Blue C M Y K H S L
Decimal 128 18 3 0 0.86 0.98 0.50 7.2 0.95 0.26
Hex 80 12 3 0 56 62 32 7 5F 1A
Octal 200 22 3 0 126 142 62 7 137 32
Binary 10000000 10010 11 0 1010110 1100010 110010 111 1011111 11010

Color Harmonies of #801203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801203

Black with #801203

Text Example


Text Example

White with #801203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801203; }

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

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

background-color css

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

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

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

border-color css

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

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

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