#760118

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

Shades of Burgundy #760118

Tints of Burgundy #760118

Color information

#760118 (or 0x760118) is unknown color: approx Burgundy. HEX triplet: 76, 01 and 18. RGB value is (118,1,24). Sum of RGB (Red+Green+Blue) = 118+1+24=143 (18% of max value = 765). Red value is 118 (46.48% from 255 or 82.52% from 143); Green value is 1 (0.78% from 255 or 0.70% from 143); Blue value is 24 (9.77% from 255 or 16.78% from 143); Max value from RGB is 118 - color contains mainly: red. Hex color #760118 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760118 is #89FEE7. Grayscale: #262626. Windows color (decimal): -9043688 or 1573238. OLE color: 1573238.

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

Color convert

RGB118124-
CMYK00.990.800.54
HSL348.21º98.32%23.33%-
HSV(B)348.21º99.15%46.27%-
XYZ7.653.941.22-
YUV38.6119.76184.63-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 82.52%
GREEN value IS 1 (0.78% from 255) = 0.70%
BLUE value IS 24 (9.77% from 255) = 16.78%
R=82.52%
G=0.70%
B=16.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.80
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11812400.990.800.54348.2198.3223.33
Hex76118063503615c6217
Octal16613001431206653414227
Binary1110110111000011000111010000110110101011100110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760118; }

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

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

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

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

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

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

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

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