#760612

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

Shades of Burgundy #760612

Tints of Burgundy #760612

Color information

#760612 (or 0x760612) is unknown color: approx Burgundy. HEX triplet: 76, 06 and 12. RGB value is (118,6,18). Sum of RGB (Red+Green+Blue) = 118+6+18=142 (18% of max value = 765). Red value is 118 (46.48% from 255 or 83.10% from 142); Green value is 6 (2.73% from 255 or 4.23% from 142); Blue value is 18 (7.42% from 255 or 12.68% from 142); Max value from RGB is 118 - color contains mainly: red. Hex color #760612 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760612 is #89F9ED. Grayscale: #282828. Windows color (decimal): -9042414 or 1181302. OLE color: 1181302.

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

Color convert

RGB118618-
CMYK00.950.850.54
HSL353.57º90.32%24.31%-
HSV(B)353.57º94.92%46.27%-
XYZ7.654.030.95-
YUV40.86115.11183.02-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 83.10%
GREEN value IS 6 (2.73% from 255) = 4.23%
BLUE value IS 18 (7.42% from 255) = 12.68%
R=83.10%
G=4.23%
B=12.68%

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
Decimal11861800.950.850.54353.5790.3224.31
Hex7661205F55361625a18
Octal16662201371256654213230
Binary111011011010010010111111010101110110101100010101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760612; }

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

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

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

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

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

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

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

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