Html Css Color HEX #800C03 Maroon

📋 copy color: '#800C03'

red 128 ◦ green 12 ◦ blue 3

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

Shades of Maroon #800C03

Tints of Maroon #800C03

RGB

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

 GREEN value IS 12 (5.08% from 255) = 8.39%

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

R = 89.51%
G = 8.39%
B = 2.1%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.98

 K value IS 0.50

RGB Variations

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

Color information

#800C03 (or 0x800C03) is known color: Maroon. HEX triplet: 80, 0C and 03. RGB value is (128,12,3). Sum of RGB (Red+Green+Blue) = 128+12+3=143 (18% of max value = 765). Red value is 128 (50.39% from 255 or 89.51% from 143); Green value is 12 (5.08% from 255 or 8.39% from 143); Blue value is 3 (1.56% from 255 or 2.10% from 143); Max value from RGB is 128 - color contains mainly: red. Hex color #800C03 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #800C03 is #7FF3FC. Grayscale: #2D2D2D. Windows color (decimal): -8385533 or 199808. OLE color: 199808.

HSL color Cylindrical-coordinate representation of color #800C03: hue angle of 4.32º 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 #800C03 is Cyan = 0, Magento = 0.91, Yellow = 0.98 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 12 3 -
CMYK 0 0.91 0.98 0.50
HSL 4.32º 0.95% 0.26% -
HSV(B) 4.32º 0.98% 0.5% -
XYZ 9.05 4.86 0.55 -
YUV 45.66 103.93 186.73 -
System Red Green Blue C M Y K H S L
Decimal 128 12 3 0 0.91 0.98 0.50 4.32 0.95 0.26
Hex 80 C 3 0 5B 62 32 4 5F 1A
Octal 200 14 3 0 133 142 62 4 137 32
Binary 10000000 1100 11 0 1011011 1100010 110010 100 1011111 11010

Color Harmonies of #800C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800C03

Black with #800C03

Text Example


Text Example

White with #800C03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800C03; }

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

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

background-color css

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

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

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

border-color css

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

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

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