#750201

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

Shades of Maroon #750201

Tints of Maroon #750201

Color information

#750201 (or 0x750201) is unknown color: approx Maroon. HEX triplet: 75, 02 and 01. RGB value is (117,2,1). Sum of RGB (Red+Green+Blue) = 117+2+1=120 (15% of max value = 765). Red value is 117 (46.09% from 255 or 97.5% from 120); Green value is 2 (1.17% from 255 or 1.67% from 120); Blue value is 1 (0.78% from 255 or 0.83% from 120); Max value from RGB is 117 - color contains mainly: red. Hex color #750201 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750201 is #8AFDFE. Grayscale: #242424. Windows color (decimal): -9108991 or 66165. OLE color: 66165.

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

Color convert

RGB11721-
CMYK00.980.990.54
HSL0.52º98.31%23.14%-
HSV(B)0.52º99.15%45.88%-
XYZ7.363.830.38-
YUV36.27108.1185.58-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 97.5%
GREEN value IS 2 (1.17% from 255) = 1.67%
BLUE value IS 1 (0.78% from 255) = 0.83%
R=97.5%
G=1.67%
B=0.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.99
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1172100.980.990.540.5298.3123.14
Hex7521062633616217
Octal16521014214366114227
Binary11101011010110001011000111101101110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750201; }

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

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

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

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

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

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

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

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