#750D02

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

Shades of Maroon #750D02

Tints of Maroon #750D02

Color information

#750D02 (or 0x750D02) is unknown color: approx Maroon. HEX triplet: 75, 0D and 02. RGB value is (117,13,2). Sum of RGB (Red+Green+Blue) = 117+13+2=132 (17% of max value = 765). Red value is 117 (46.09% from 255 or 88.64% from 132); Green value is 13 (5.47% from 255 or 9.85% from 132); Blue value is 2 (1.17% from 255 or 1.52% from 132); Max value from RGB is 117 - color contains mainly: red. Hex color #750D02 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750D02 is #8AF2FD. Grayscale: #2A2A2A. Windows color (decimal): -9106174 or 134517. OLE color: 134517.

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

Color convert

RGB117132-
CMYK00.890.980.54
HSL5.74º96.64%23.33%-
HSV(B)5.74º98.29%45.88%-
XYZ7.494.070.45-
YUV42.84104.96180.89-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 88.64%
GREEN value IS 13 (5.47% from 255) = 9.85%
BLUE value IS 2 (1.17% from 255) = 1.52%
R=88.64%
G=9.85%
B=1.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.98
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11713200.890.980.545.7496.6423.33
Hex75D2059623666117
Octal165152013114266614127
Binary1110101110110010110011100010110110110110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750D02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750D02; }

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

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

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

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

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

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

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

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