#760403

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

Shades of Maroon #760403

Tints of Maroon #760403

Color information

#760403 (or 0x760403) is unknown color: approx Maroon. HEX triplet: 76, 04 and 03. RGB value is (118,4,3). Sum of RGB (Red+Green+Blue) = 118+4+3=125 (16% of max value = 765). Red value is 118 (46.48% from 255 or 94.4% from 125); Green value is 4 (1.95% from 255 or 3.2% from 125); Blue value is 3 (1.56% from 255 or 2.4% from 125); Max value from RGB is 118 - color contains mainly: red. Hex color #760403 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760403 is #89FBFC. Grayscale: #262626. Windows color (decimal): -9042941 or 197750. OLE color: 197750.

HSL color Cylindrical-coordinate representation of color #760403: hue angle of 0.52º 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 #760403 is Cyan = 0, Magento = 0.97, Yellow = 0.97 and Black (K on CMYK) = 0.54.

Color convert

RGB11843-
CMYK00.970.970.54
HSL0.52º95.04%23.73%-
HSV(B)0.52º97.46%46.27%-
XYZ7.533.940.45-
YUV37.97108.27185.08-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 94.4%
GREEN value IS 4 (1.95% from 255) = 3.2%
BLUE value IS 3 (1.56% from 255) = 2.4%
R=94.4%
G=3.2%
B=2.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.97
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1184300.970.970.540.5295.0423.73
Hex7643061613615f18
Octal16643014114166113730
Binary1110110100110110000111000011101101101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760403; }

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

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

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

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

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

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

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

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