#760823

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

Shades of Burgundy #760823

Tints of Burgundy #760823

Color information

#760823 (or 0x760823) is unknown color: approx Burgundy. HEX triplet: 76, 08 and 23. RGB value is (118,8,35). Sum of RGB (Red+Green+Blue) = 118+8+35=161 (21% of max value = 765). Red value is 118 (46.48% from 255 or 73.29% from 161); Green value is 8 (3.52% from 255 or 4.97% from 161); Blue value is 35 (14.06% from 255 or 21.74% from 161); Max value from RGB is 118 - color contains mainly: red. Hex color #760823 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760823 is #89F7DC. Grayscale: #2B2B2B. Windows color (decimal): -9041885 or 2295926. OLE color: 2295926.

HSL color Cylindrical-coordinate representation of color #760823: hue angle of 345.27º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #760823 is Cyan = 0, Magento = 0.93, Yellow = 0.70 and Black (K on CMYK) = 0.54.

Color convert

RGB118835-
CMYK00.930.700.54
HSL345.27º87.3%24.71%-
HSV(B)345.27º93.22%46.27%-
XYZ7.864.151.98-
YUV43.97122.94180.8-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 73.29%
GREEN value IS 8 (3.52% from 255) = 4.97%
BLUE value IS 35 (14.06% from 255) = 21.74%
R=73.29%
G=4.97%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.70
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11883500.930.700.54345.2787.324.71
Hex7682305D46361595719
Octal166104301351066653112731
Binary11101101000100011010111011000110110110101011001101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760823

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760823; }

 p { color: rgb(118,8,35); }

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

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

 a { background-color: rgb(118,8,35); }

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

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

 span { border-color: rgb(118,8,35); }

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