#750B02

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

Shades of Maroon #750B02

Tints of Maroon #750B02

Color information

#750B02 (or 0x750B02) is unknown color: approx Maroon. HEX triplet: 75, 0B and 02. RGB value is (117,11,2). Sum of RGB (Red+Green+Blue) = 117+11+2=130 (17% of max value = 765). Red value is 117 (46.09% from 255 or 90% from 130); Green value is 11 (4.69% from 255 or 8.46% from 130); Blue value is 2 (1.17% from 255 or 1.54% from 130); Max value from RGB is 117 - color contains mainly: red. Hex color #750B02 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750B02 is #8AF4FD. Grayscale: #292929. Windows color (decimal): -9106686 or 134005. OLE color: 134005.

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

Color convert

RGB117112-
CMYK00.910.980.54
HSL4.7º96.64%23.33%-
HSV(B)4.7º98.29%45.88%-
XYZ7.474.030.44-
YUV41.67105.62181.73-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 90%
GREEN value IS 11 (4.69% from 255) = 8.46%
BLUE value IS 2 (1.17% from 255) = 1.54%
R=90%
G=8.46%
B=1.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.98
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11711200.910.980.544.796.6423.33
Hex75B205B623656117
Octal165132013314266514127
Binary1110101101110010110111100010110110101110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750B02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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