#751203

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

Shades of Maroon #751203

Tints of Maroon #751203

Color information

#751203 (or 0x751203) is unknown color: approx Maroon. HEX triplet: 75, 12 and 03. RGB value is (117,18,3). Sum of RGB (Red+Green+Blue) = 117+18+3=138 (18% of max value = 765). Red value is 117 (46.09% from 255 or 84.78% from 138); Green value is 18 (7.42% from 255 or 13.04% from 138); Blue value is 3 (1.56% from 255 or 2.17% from 138); Max value from RGB is 117 - color contains mainly: red. Hex color #751203 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #751203 is #8AEDFC. Grayscale: #2E2E2E. Windows color (decimal): -9104893 or 201333. OLE color: 201333.

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

Color convert

RGB117183-
CMYK00.850.970.54
HSL7.89º95%23.53%-
HSV(B)7.89º97.44%45.88%-
XYZ7.574.220.5-
YUV45.89103.8178.72-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 84.78%
GREEN value IS 18 (7.42% from 255) = 13.04%
BLUE value IS 3 (1.56% from 255) = 2.17%
R=84.78%
G=13.04%
B=2.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.97
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11718300.850.970.547.899523.53
Hex75123055613685f18
Octal1652230125141661013730
Binary111010110010110101010111000011101101000101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751203; }

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

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

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

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

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

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

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

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