#760617

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

Shades of Burgundy #760617

Tints of Burgundy #760617

Color information

#760617 (or 0x760617) is unknown color: approx Burgundy. HEX triplet: 76, 06 and 17. RGB value is (118,6,23). Sum of RGB (Red+Green+Blue) = 118+6+23=147 (19% of max value = 765). Red value is 118 (46.48% from 255 or 80.27% from 147); Green value is 6 (2.73% from 255 or 4.08% from 147); Blue value is 23 (9.38% from 255 or 15.65% from 147); Max value from RGB is 118 - color contains mainly: red. Hex color #760617 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760617 is #89F9E8. Grayscale: #292929. Windows color (decimal): -9042409 or 1508982. OLE color: 1508982.

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

Color convert

RGB118623-
CMYK00.950.810.54
HSL350.89º90.32%24.31%-
HSV(B)350.89º94.92%46.27%-
XYZ7.694.041.19-
YUV41.43117.61182.62-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 80.27%
GREEN value IS 6 (2.73% from 255) = 4.08%
BLUE value IS 23 (9.38% from 255) = 15.65%
R=80.27%
G=4.08%
B=15.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.81
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11862300.950.810.54350.8990.3224.31
Hex7661705F513615f5a18
Octal16662701371216653713230
Binary111011011010111010111111010001110110101011111101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760617

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760617; }

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

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

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

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

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

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

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

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