#760220

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

Shades of Burgundy #760220

Tints of Burgundy #760220

Color information

#760220 (or 0x760220) is unknown color: approx Burgundy. HEX triplet: 76, 02 and 20. RGB value is (118,2,32). Sum of RGB (Red+Green+Blue) = 118+2+32=152 (20% of max value = 765). Red value is 118 (46.48% from 255 or 77.63% from 152); Green value is 2 (1.17% from 255 or 1.32% from 152); Blue value is 32 (12.89% from 255 or 21.05% from 152); Max value from RGB is 118 - color contains mainly: red. Hex color #760220 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760220 is #89FDDF. Grayscale: #282828. Windows color (decimal): -9043424 or 2097782. OLE color: 2097782.

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

Color convert

RGB118232-
CMYK00.980.730.54
HSL344.48º96.67%23.53%-
HSV(B)344.48º98.31%46.27%-
XYZ7.7541.73-
YUV40.1123.43183.56-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 77.63%
GREEN value IS 2 (1.17% from 255) = 1.32%
BLUE value IS 32 (12.89% from 255) = 21.05%
R=77.63%
G=1.32%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.73
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11823200.980.730.54344.4896.6723.53
Hex7622006249361586118
Octal16624001421116653014130
Binary111011010100000011000101001001110110101011000110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760220; }

 p { color: rgb(118,2,32); }

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

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

 a { background-color: rgb(118,2,32); }

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

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

 span { border-color: rgb(118,2,32); }

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