#750a05

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

Shades of Maroon #750A05

Tints of Maroon #750A05

Color information

#750A05 (or 0x750A05) is unknown color: approx Maroon. HEX triplet: 75, 0A and 05. RGB value is (117,10,5). Sum of RGB (Red+Green+Blue) = 117+10+5=132 (17% of max value = 765). Red value is 117 (46.09% from 255 or 88.64% from 132); Green value is 10 (4.30% from 255 or 7.58% from 132); Blue value is 5 (2.34% from 255 or 3.79% from 132); Max value from RGB is 117 - color contains mainly: red. Hex color #750A05 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750A05 is #8AF5FA. Grayscale: #292929. Windows color (decimal): -9106939 or 330357. OLE color: 330357.

HSL color Cylindrical-coordinate representation of color #750A05: hue angle of 2.68º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #750A05 is Cyan = 0, Magento = 0.91, Yellow = 0.96 and Black (K on CMYK) = 0.54.

Color convert

RGB117105-
CMYK00.910.960.54
HSL2.68º91.8%23.92%-
HSV(B)2.68º95.73%45.88%-
XYZ7.474.010.52-
YUV41.42107.45181.91-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 88.64%
GREEN value IS 10 (4.30% from 255) = 7.58%
BLUE value IS 5 (2.34% from 255) = 3.79%
R=88.64%
G=7.58%
B=3.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.96
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11710500.910.960.542.6891.823.92
Hex75A505B603635c18
Octal165125013314066313430
Binary1110101101010101011011110000011011011101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750a05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,10,5); }

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

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

 a { background-color: rgb(117,10,5); }

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

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

 span { border-color: rgb(117,10,5); }

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