#750413

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

Shades of Burgundy #750413

Tints of Burgundy #750413

Color information

#750413 (or 0x750413) is unknown color: approx Burgundy. HEX triplet: 75, 04 and 13. RGB value is (117,4,19). Sum of RGB (Red+Green+Blue) = 117+4+19=140 (18% of max value = 765). Red value is 117 (46.09% from 255 or 83.57% from 140); Green value is 4 (1.95% from 255 or 2.86% from 140); Blue value is 19 (7.81% from 255 or 13.57% from 140); Max value from RGB is 117 - color contains mainly: red. Hex color #750413 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750413 is #8AFBEC. Grayscale: #272727. Windows color (decimal): -9108461 or 1246325. OLE color: 1246325.

HSL color Cylindrical-coordinate representation of color #750413: hue angle of 352.04º 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 #750413 is Cyan = 0, Magento = 0.97, Yellow = 0.84 and Black (K on CMYK) = 0.54.

Color convert

RGB117419-
CMYK00.970.840.54
HSL352.04º93.39%23.73%-
HSV(B)352.04º96.58%45.88%-
XYZ7.53.920.98-
YUV39.5116.44183.28-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 83.57%
GREEN value IS 4 (1.95% from 255) = 2.86%
BLUE value IS 19 (7.81% from 255) = 13.57%
R=83.57%
G=2.86%
B=13.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.84
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11741900.970.840.54352.0493.3923.73
Hex7541306154361605d18
Octal16542301411246654013530
Binary111010110010011011000011010100110110101100000101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750413; }

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

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

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

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

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

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

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

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