#750402

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

Shades of Maroon #750402

Tints of Maroon #750402

Color information

#750402 (or 0x750402) is unknown color: approx Maroon. HEX triplet: 75, 04 and 02. RGB value is (117,4,2). Sum of RGB (Red+Green+Blue) = 117+4+2=123 (16% of max value = 765). Red value is 117 (46.09% from 255 or 95.12% from 123); Green value is 4 (1.95% from 255 or 3.25% from 123); Blue value is 2 (1.17% from 255 or 1.63% from 123); Max value from RGB is 117 - color contains mainly: red. Hex color #750402 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750402 is #8AFBFD. Grayscale: #252525. Windows color (decimal): -9108478 or 132213. OLE color: 132213.

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

Color convert

RGB11742-
CMYK00.970.980.54
HSL1.04º96.64%23.33%-
HSV(B)1.04º98.29%45.88%-
XYZ7.393.870.42-
YUV37.56107.94184.66-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 95.12%
GREEN value IS 4 (1.95% from 255) = 3.25%
BLUE value IS 2 (1.17% from 255) = 1.63%
R=95.12%
G=3.25%
B=1.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.98
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1174200.970.980.541.0496.6423.33
Hex7542061623616117
Octal16542014114266114127
Binary1110101100100110000111000101101101110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750402; }

 p { color: rgb(117,4,2); }

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

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

 a { background-color: rgb(117,4,2); }

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

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

 span { border-color: rgb(117,4,2); }

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