#750C01

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

Shades of Maroon #750C01

Tints of Maroon #750C01

Color information

#750C01 (or 0x750C01) is unknown color: approx Maroon. HEX triplet: 75, 0C and 01. RGB value is (117,12,1). Sum of RGB (Red+Green+Blue) = 117+12+1=130 (17% of max value = 765). Red value is 117 (46.09% from 255 or 90% from 130); Green value is 12 (5.08% from 255 or 9.23% from 130); Blue value is 1 (0.78% from 255 or 0.77% from 130); Max value from RGB is 117 - color contains mainly: red. Hex color #750C01 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750C01 is #8AF3FE. Grayscale: #2A2A2A. Windows color (decimal): -9106431 or 68725. OLE color: 68725.

HSL color Cylindrical-coordinate representation of color #750C01: hue angle of 5.69º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #750C01 is Cyan = 0, Magento = 0.90, Yellow = 0.99 and Black (K on CMYK) = 0.54.

Color convert

RGB117121-
CMYK00.900.990.54
HSL5.69º98.31%23.14%-
HSV(B)5.69º99.15%45.88%-
XYZ7.474.050.42-
YUV42.14104.79181.39-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 90%
GREEN value IS 12 (5.08% from 255) = 9.23%
BLUE value IS 1 (0.78% from 255) = 0.77%
R=90%
G=9.23%
B=0.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.99
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11712100.900.990.545.6998.3123.14
Hex75C105A633666217
Octal165141013214366614227
Binary111010111001010110101100011110110110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750C01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,12,1); }

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

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

 a { background-color: rgb(117,12,1); }

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

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

 span { border-color: rgb(117,12,1); }

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