#750512

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

Shades of Burgundy #750512

Tints of Burgundy #750512

Color information

#750512 (or 0x750512) is unknown color: approx Burgundy. HEX triplet: 75, 05 and 12. RGB value is (117,5,18). Sum of RGB (Red+Green+Blue) = 117+5+18=140 (18% of max value = 765). Red value is 117 (46.09% from 255 or 83.57% from 140); Green value is 5 (2.34% from 255 or 3.57% from 140); Blue value is 18 (7.42% from 255 or 12.86% from 140); Max value from RGB is 117 - color contains mainly: red. Hex color #750512 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750512 is #8AFAED. Grayscale: #282828. Windows color (decimal): -9108206 or 1181045. OLE color: 1181045.

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

Color convert

RGB117518-
CMYK00.960.850.54
HSL353.04º91.8%23.92%-
HSV(B)353.04º95.73%45.88%-
XYZ7.53.930.94-
YUV39.97115.61182.94-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 83.57%
GREEN value IS 5 (2.34% from 255) = 3.57%
BLUE value IS 18 (7.42% from 255) = 12.86%
R=83.57%
G=3.57%
B=12.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.85
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11751800.960.850.54353.0491.823.92
Hex7551206055361615c18
Octal16552201401256654113430
Binary111010110110010011000001010101110110101100001101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750512; }

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

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

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

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

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

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

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

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