#750E02

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

Shades of Maroon #750E02

Tints of Maroon #750E02

Color information

#750E02 (or 0x750E02) is unknown color: approx Maroon. HEX triplet: 75, 0E and 02. RGB value is (117,14,2). Sum of RGB (Red+Green+Blue) = 117+14+2=133 (17% of max value = 765). Red value is 117 (46.09% from 255 or 87.97% from 133); Green value is 14 (5.86% from 255 or 10.53% from 133); Blue value is 2 (1.17% from 255 or 1.50% from 133); Max value from RGB is 117 - color contains mainly: red. Hex color #750E02 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750E02 is #8AF1FD. Grayscale: #2B2B2B. Windows color (decimal): -9105918 or 134773. OLE color: 134773.

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

Color convert

RGB117142-
CMYK00.880.980.54
HSL6.26º96.64%23.33%-
HSV(B)6.26º98.29%45.88%-
XYZ7.54.10.45-
YUV43.43104.62180.48-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 87.97%
GREEN value IS 14 (5.86% from 255) = 10.53%
BLUE value IS 2 (1.17% from 255) = 1.50%
R=87.97%
G=10.53%
B=1.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.98
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11714200.880.980.546.2696.6423.33
Hex75E2058623666117
Octal165162013014266614127
Binary1110101111010010110001100010110110110110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750E02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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