#750D0A

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

Shades of Maroon #750D0A

Tints of Maroon #750D0A

Color information

#750D0A (or 0x750D0A) is unknown color: approx Maroon. HEX triplet: 75, 0D and 0A. RGB value is (117,13,10). Sum of RGB (Red+Green+Blue) = 117+13+10=140 (18% of max value = 765). Red value is 117 (46.09% from 255 or 83.57% from 140); Green value is 13 (5.47% from 255 or 9.29% from 140); Blue value is 10 (4.30% from 255 or 7.14% from 140); Max value from RGB is 117 - color contains mainly: red. Hex color #750D0A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750D0A is #8AF2F5. Grayscale: #2B2B2B. Windows color (decimal): -9106166 or 658805. OLE color: 658805.

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

Color convert

RGB1171310-
CMYK00.890.910.54
HSL1.68º84.25%24.9%-
HSV(B)1.68º91.45%45.88%-
XYZ7.534.090.68-
YUV43.75108.96180.24-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 83.57%
GREEN value IS 13 (5.47% from 255) = 9.29%
BLUE value IS 10 (4.30% from 255) = 7.14%
R=83.57%
G=9.29%
B=7.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.91
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117131000.890.910.541.6884.2524.9
Hex75DA0595B3625419
Octal1651512013113366212431
Binary11101011101101001011001101101111011010101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750D0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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