#760622

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

Shades of Burgundy #760622

Tints of Burgundy #760622

Color information

#760622 (or 0x760622) is unknown color: approx Burgundy. HEX triplet: 76, 06 and 22. RGB value is (118,6,34). Sum of RGB (Red+Green+Blue) = 118+6+34=158 (20% of max value = 765). Red value is 118 (46.48% from 255 or 74.68% from 158); Green value is 6 (2.73% from 255 or 3.80% from 158); Blue value is 34 (13.67% from 255 or 21.52% from 158); Max value from RGB is 118 - color contains mainly: red. Hex color #760622 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760622 is #89F9DD. Grayscale: #2A2A2A. Windows color (decimal): -9042398 or 2229878. OLE color: 2229878.

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

Color convert

RGB118634-
CMYK00.950.710.54
HSL345º90.32%24.31%-
HSV(B)345º94.92%46.27%-
XYZ7.834.11.89-
YUV42.68123.11181.72-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 74.68%
GREEN value IS 6 (2.73% from 255) = 3.80%
BLUE value IS 34 (13.67% from 255) = 21.52%
R=74.68%
G=3.80%
B=21.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.71
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11863400.950.710.5434590.3224.31
Hex7662205F47361595a18
Octal16664201371076653113230
Binary1110110110100010010111111000111110110101011001101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760622

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760622; }

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

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

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

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

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

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

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

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