#760117

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

Shades of Burgundy #760117

Tints of Burgundy #760117

Color information

#760117 (or 0x760117) is unknown color: approx Burgundy. HEX triplet: 76, 01 and 17. RGB value is (118,1,23). Sum of RGB (Red+Green+Blue) = 118+1+23=142 (18% of max value = 765). Red value is 118 (46.48% from 255 or 83.10% from 142); Green value is 1 (0.78% from 255 or 0.70% from 142); Blue value is 23 (9.38% from 255 or 16.20% from 142); Max value from RGB is 118 - color contains mainly: red. Hex color #760117 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760117 is #89FEE8. Grayscale: #262626. Windows color (decimal): -9043689 or 1507702. OLE color: 1507702.

HSL color Cylindrical-coordinate representation of color #760117: hue angle of 348.72º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #760117 is Cyan = 0, Magento = 0.99, Yellow = 0.81 and Black (K on CMYK) = 0.54.

Color convert

RGB118123-
CMYK00.990.810.54
HSL348.72º98.32%23.33%-
HSV(B)348.72º99.15%46.27%-
XYZ7.643.941.17-
YUV38.49119.26184.71-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 83.10%
GREEN value IS 1 (0.78% from 255) = 0.70%
BLUE value IS 23 (9.38% from 255) = 16.20%
R=83.10%
G=0.70%
B=16.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.81
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11812300.990.810.54348.7298.3223.33
Hex76117063513615d6217
Octal16612701431216653514227
Binary1110110110111011000111010001110110101011101110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760117; }

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

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

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

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

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

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

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

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