#750202

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

Shades of Maroon #750202

Tints of Maroon #750202

Color information

#750202 (or 0x750202) is unknown color: approx Maroon. HEX triplet: 75, 02 and 02. RGB value is (117,2,2). Sum of RGB (Red+Green+Blue) = 117+2+2=121 (16% of max value = 765). Red value is 117 (46.09% from 255 or 96.69% from 121); Green value is 2 (1.17% from 255 or 1.65% from 121); Blue value is 2 (1.17% from 255 or 1.65% from 121); Max value from RGB is 117 - color contains mainly: red. Hex color #750202 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750202 is #8AFDFD. Grayscale: #242424. Windows color (decimal): -9108990 or 131701. OLE color: 131701.

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

Color convert

RGB11722-
CMYK00.980.980.54
HSL96.64%23.33%-
HSV(B)98.29%45.88%-
XYZ7.373.830.41-
YUV36.38108.6185.5-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 96.69%
GREEN value IS 2 (1.17% from 255) = 1.65%
BLUE value IS 2 (1.17% from 255) = 1.65%
R=96.69%
G=1.65%
B=1.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.98
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1172200.980.980.54096.6423.33
Hex7522062623606117
Octal16522014214266014127
Binary111010110100110001011000101101100110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750202; }

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

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

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

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

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

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

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

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