#760215

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

Shades of Burgundy #760215

Tints of Burgundy #760215

Color information

#760215 (or 0x760215) is unknown color: approx Burgundy. HEX triplet: 76, 02 and 15. RGB value is (118,2,21). Sum of RGB (Red+Green+Blue) = 118+2+21=141 (18% of max value = 765). Red value is 118 (46.48% from 255 or 83.69% from 141); Green value is 2 (1.17% from 255 or 1.42% from 141); Blue value is 21 (8.59% from 255 or 14.89% from 141); Max value from RGB is 118 - color contains mainly: red. Hex color #760215 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760215 is #89FDEA. Grayscale: #262626. Windows color (decimal): -9043435 or 1376886. OLE color: 1376886.

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

Color convert

RGB118221-
CMYK00.980.820.54
HSL350.17º96.67%23.53%-
HSV(B)350.17º98.31%46.27%-
XYZ7.633.951.07-
YUV38.85117.93184.46-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 83.69%
GREEN value IS 2 (1.17% from 255) = 1.42%
BLUE value IS 21 (8.59% from 255) = 14.89%
R=83.69%
G=1.42%
B=14.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.82
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11822100.980.820.54350.1796.6723.53
Hex76215062523615e6118
Octal16622501421226653614130
Binary11101101010101011000101010010110110101011110110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760215; }

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

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

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

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

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

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

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

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