#750612

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

Shades of Burgundy #750612

Tints of Burgundy #750612

Color information

#750612 (or 0x750612) is unknown color: approx Burgundy. HEX triplet: 75, 06 and 12. RGB value is (117,6,18). Sum of RGB (Red+Green+Blue) = 117+6+18=141 (18% of max value = 765). Red value is 117 (46.09% from 255 or 82.98% from 141); Green value is 6 (2.73% from 255 or 4.26% from 141); Blue value is 18 (7.42% from 255 or 12.77% from 141); Max value from RGB is 117 - color contains mainly: red. Hex color #750612 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750612 is #8AF9ED. Grayscale: #282828. Windows color (decimal): -9107950 or 1181301. OLE color: 1181301.

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

Color convert

RGB117618-
CMYK00.950.850.54
HSL353.51º90.24%24.12%-
HSV(B)353.51º94.87%45.88%-
XYZ7.513.960.94-
YUV40.56115.27182.52-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 82.98%
GREEN value IS 6 (2.73% from 255) = 4.26%
BLUE value IS 18 (7.42% from 255) = 12.77%
R=82.98%
G=4.26%
B=12.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.85
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11761800.950.850.54353.5190.2424.12
Hex7561205F55361625a18
Octal16562201371256654213230
Binary111010111010010010111111010101110110101100010101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750612; }

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

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

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

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

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

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

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

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