#750802

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

Shades of Maroon #750802

Tints of Maroon #750802

Color information

#750802 (or 0x750802) is unknown color: approx Maroon. HEX triplet: 75, 08 and 02. RGB value is (117,8,2). Sum of RGB (Red+Green+Blue) = 117+8+2=127 (16% of max value = 765). Red value is 117 (46.09% from 255 or 92.13% from 127); Green value is 8 (3.52% from 255 or 6.30% from 127); Blue value is 2 (1.17% from 255 or 1.57% from 127); Max value from RGB is 117 - color contains mainly: red. Hex color #750802 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750802 is #8AF7FD. Grayscale: #282828. Windows color (decimal): -9107454 or 133237. OLE color: 133237.

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

Color convert

RGB11782-
CMYK00.930.980.54
HSL3.13º96.64%23.33%-
HSV(B)3.13º98.29%45.88%-
XYZ7.433.960.43-
YUV39.91106.61182.99-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 92.13%
GREEN value IS 8 (3.52% from 255) = 6.30%
BLUE value IS 2 (1.17% from 255) = 1.57%
R=92.13%
G=6.30%
B=1.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.98
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1178200.930.980.543.1396.6423.33
Hex758205D623636117
Octal165102013514266314127
Binary111010110001001011101110001011011011110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750802; }

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

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

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

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

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

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

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

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