#750302

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

Shades of Maroon #750302

Tints of Maroon #750302

Color information

#750302 (or 0x750302) is unknown color: approx Maroon. HEX triplet: 75, 03 and 02. RGB value is (117,3,2). Sum of RGB (Red+Green+Blue) = 117+3+2=122 (16% of max value = 765). Red value is 117 (46.09% from 255 or 95.90% from 122); Green value is 3 (1.56% from 255 or 2.46% from 122); Blue value is 2 (1.17% from 255 or 1.64% from 122); Max value from RGB is 117 - color contains mainly: red. Hex color #750302 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750302 is #8AFCFD. Grayscale: #252525. Windows color (decimal): -9108734 or 131957. OLE color: 131957.

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

Color convert

RGB11732-
CMYK00.970.980.54
HSL0.52º96.64%23.33%-
HSV(B)0.52º98.29%45.88%-
XYZ7.383.850.41-
YUV36.97108.27185.08-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 95.90%
GREEN value IS 3 (1.56% from 255) = 2.46%
BLUE value IS 2 (1.17% from 255) = 1.64%
R=95.90%
G=2.46%
B=1.64%

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
Decimal1173200.970.980.540.5296.6423.33
Hex7532061623616117
Octal16532014114266114127
Binary111010111100110000111000101101101110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750302; }

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

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

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

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

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

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

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

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