#760A18

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

Shades of Burgundy #760A18

Tints of Burgundy #760A18

Color information

#760A18 (or 0x760A18) is unknown color: approx Burgundy. HEX triplet: 76, 0A and 18. RGB value is (118,10,24). Sum of RGB (Red+Green+Blue) = 118+10+24=152 (20% of max value = 765). Red value is 118 (46.48% from 255 or 77.63% from 152); Green value is 10 (4.30% from 255 or 6.58% from 152); Blue value is 24 (9.77% from 255 or 15.79% from 152); Max value from RGB is 118 - color contains mainly: red. Hex color #760A18 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760A18 is #89F5E7. Grayscale: #2B2B2B. Windows color (decimal): -9041384 or 1575542. OLE color: 1575542.

HSL color Cylindrical-coordinate representation of color #760A18: hue angle of 352.22º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #760A18 is Cyan = 0, Magento = 0.92, Yellow = 0.80 and Black (K on CMYK) = 0.54.

Color convert

RGB1181024-
CMYK00.920.800.54
HSL352.22º84.38%25.1%-
HSV(B)352.22º91.53%46.27%-
XYZ7.744.131.25-
YUV43.89116.78180.86-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 77.63%
GREEN value IS 10 (4.30% from 255) = 6.58%
BLUE value IS 24 (9.77% from 255) = 15.79%
R=77.63%
G=6.58%
B=15.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.80
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118102400.920.800.54352.2284.3825.1
Hex76A1805C50361605419
Octal166123001341206654012431
Binary1110110101011000010111001010000110110101100000101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760A18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760A18; }

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

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

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

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

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

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

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

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