#750410

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

Shades of Burgundy #750410

Tints of Burgundy #750410

Color information

#750410 (or 0x750410) is unknown color: approx Burgundy. HEX triplet: 75, 04 and 10. RGB value is (117,4,16). Sum of RGB (Red+Green+Blue) = 117+4+16=137 (18% of max value = 765). Red value is 117 (46.09% from 255 or 85.40% from 137); Green value is 4 (1.95% from 255 or 2.92% from 137); Blue value is 16 (6.64% from 255 or 11.68% from 137); Max value from RGB is 117 - color contains mainly: red. Hex color #750410 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750410 is #8AFBEF. Grayscale: #272727. Windows color (decimal): -9108464 or 1049717. OLE color: 1049717.

HSL color Cylindrical-coordinate representation of color #750410: hue angle of 353.63º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #750410 is Cyan = 0, Magento = 0.97, Yellow = 0.86 and Black (K on CMYK) = 0.54.

Color convert

RGB117416-
CMYK00.970.860.54
HSL353.63º93.39%23.73%-
HSV(B)353.63º96.58%45.88%-
XYZ7.473.910.85-
YUV39.15114.94183.52-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 85.40%
GREEN value IS 4 (1.95% from 255) = 2.92%
BLUE value IS 16 (6.64% from 255) = 11.68%
R=85.40%
G=2.92%
B=11.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.86
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11741600.970.860.54353.6393.3923.73
Hex7541006156361625d18
Octal16542001411266654213530
Binary111010110010000011000011010110110110101100010101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750410; }

 p { color: rgb(117,4,16); }

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

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

 a { background-color: rgb(117,4,16); }

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

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

 span { border-color: rgb(117,4,16); }

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