Html Css Color HEX #800C02 Maroon

📋 copy color: '#800C02'

red 128 ◦ green 12 ◦ blue 2

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

Shades of Maroon #800C02

Tints of Maroon #800C02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.41%

R = 90.14%
G = 8.45%
B = 1.41%

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

#800C02 (or 0x800C02) is known color: Maroon. HEX triplet: 80, 0C and 02. RGB value is (128,12,2). Sum of RGB (Red+Green+Blue) = 128+12+2=142 (18% of max value = 765). Red value is 128 (50.39% from 255 or 90.14% from 142); Green value is 12 (5.08% from 255 or 8.45% from 142); Blue value is 2 (1.17% from 255 or 1.41% from 142); Max value from RGB is 128 - color contains mainly: red. Hex color #800C02 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #800C02 is #7FF3FD. Grayscale: #2D2D2D. Windows color (decimal): -8385534 or 134272. OLE color: 134272.

HSL color Cylindrical-coordinate representation of color #800C02: hue angle of 4.76º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #800C02 is Cyan = 0, Magento = 0.91, Yellow = 0.98 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 12 2 -
CMYK 0 0.91 0.98 0.50
HSL 4.76º 0.97% 0.25% -
HSV(B) 4.76º 0.98% 0.5% -
XYZ 9.04 4.86 0.52 -
YUV 45.54 103.43 186.81 -
System Red Green Blue C M Y K H S L
Decimal 128 12 2 0 0.91 0.98 0.50 4.76 0.97 0.25
Hex 80 C 2 0 5B 62 32 5 61 19
Octal 200 14 2 0 133 142 62 5 141 31
Binary 10000000 1100 10 0 1011011 1100010 110010 101 1100001 11001

Color Harmonies of #800C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800C02

Black with #800C02

Text Example


Text Example

White with #800C02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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