#760322

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

Shades of Burgundy #760322

Tints of Burgundy #760322

Color information

#760322 (or 0x760322) is unknown color: approx Burgundy. HEX triplet: 76, 03 and 22. RGB value is (118,3,34). Sum of RGB (Red+Green+Blue) = 118+3+34=155 (20% of max value = 765). Red value is 118 (46.48% from 255 or 76.13% from 155); Green value is 3 (1.56% from 255 or 1.94% from 155); Blue value is 34 (13.67% from 255 or 21.94% from 155); Max value from RGB is 118 - color contains mainly: red. Hex color #760322 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760322 is #89FCDD. Grayscale: #282828. Windows color (decimal): -9043166 or 2229110. OLE color: 2229110.

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

Color convert

RGB118334-
CMYK00.970.710.54
HSL343.83º95.04%23.73%-
HSV(B)343.83º97.46%46.27%-
XYZ7.794.031.88-
YUV40.92124.1182.98-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 76.13%
GREEN value IS 3 (1.56% from 255) = 1.94%
BLUE value IS 34 (13.67% from 255) = 21.94%
R=76.13%
G=1.94%
B=21.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.71
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11833400.970.710.54343.8395.0423.73
Hex7632206147361585f18
Octal16634201411076653013730
Binary111011011100010011000011000111110110101011000101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760322; }

 p { color: rgb(118,3,34); }

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

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

 a { background-color: rgb(118,3,34); }

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

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

 span { border-color: rgb(118,3,34); }

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