#760A03

Color #760A03 Maroon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maroon #760A03

Tints of Maroon #760A03

Color information

#760A03 (or 0x760A03) is unknown color: approx Maroon. HEX triplet: 76, 0A and 03. RGB value is (118,10,3). Sum of RGB (Red+Green+Blue) = 118+10+3=131 (17% of max value = 765). Red value is 118 (46.48% from 255 or 90.08% from 131); Green value is 10 (4.30% from 255 or 7.63% from 131); Blue value is 3 (1.56% from 255 or 2.29% from 131); Max value from RGB is 118 - color contains mainly: red. Hex color #760A03 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760A03 is #89F5FC. Grayscale: #292929. Windows color (decimal): -9041405 or 199286. OLE color: 199286.

HSL color Cylindrical-coordinate representation of color #760A03: hue angle of 3.65º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #760A03 is Cyan = 0, Magento = 0.92, Yellow = 0.97 and Black (K on CMYK) = 0.54.

Color convert

RGB118103-
CMYK00.920.970.54
HSL3.65º95.04%23.73%-
HSV(B)3.65º97.46%46.27%-
XYZ7.64.080.47-
YUV41.49106.28182.57-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 90.08%
GREEN value IS 10 (4.30% from 255) = 7.63%
BLUE value IS 3 (1.56% from 255) = 2.29%
R=90.08%
G=7.63%
B=2.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.97
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11810300.920.970.543.6595.0423.73
Hex76A305C613645f18
Octal166123013414166413730
Binary1110110101011010111001100001110110100101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760A03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760A03; }

 p { color: rgb(118,10,3); }

 H1.HeaderClassName
 {
   color: #760A03;
 }
 .AnyTagClassName
 {
   color: #760A03;
 }
</style>
background-color css

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

 a { background-color: rgb(118,10,3); }

 div.DivClassName
 {
   background-color: #760A03;
 }
 .BgClassName
 {
   background-color: #760A03;
 }
</style>
border-color css

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

 span { border-color: rgb(118,10,3); }

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