#73082C

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

Shades of Burgundy #73082C

Tints of Burgundy #73082C

Color information

#73082C (or 0x73082C) is unknown color: approx Burgundy. HEX triplet: 73, 08 and 2C. RGB value is (115,8,44). Sum of RGB (Red+Green+Blue) = 115+8+44=167 (22% of max value = 765). Red value is 115 (45.31% from 255 or 68.86% from 167); Green value is 8 (3.52% from 255 or 4.79% from 167); Blue value is 44 (17.58% from 255 or 26.35% from 167); Max value from RGB is 115 - color contains mainly: red. Hex color #73082C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73082C is #8CF7D3. Grayscale: #2C2C2C. Windows color (decimal): -9238484 or 2885747. OLE color: 2885747.

HSL color Cylindrical-coordinate representation of color #73082C: hue angle of 339.81º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #73082C is Cyan = 0, Magento = 0.93, Yellow = 0.62 and Black (K on CMYK) = 0.55.

Color convert

RGB115844-
CMYK00.930.620.55
HSL339.81º86.99%24.12%-
HSV(B)339.81º93.04%45.1%-
XYZ7.6142.75-
YUV44.1127.95178.57-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 68.86%
GREEN value IS 8 (3.52% from 255) = 4.79%
BLUE value IS 44 (17.58% from 255) = 26.35%
R=68.86%
G=4.79%
B=26.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.62
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11584400.930.620.55339.8186.9924.12
Hex7382C05D3E371545718
Octal16310540135766752412730
Binary1110011100010110001011101111110110111101010100101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73082C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73082C; }

 p { color: rgb(115,8,44); }

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

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

 a { background-color: rgb(115,8,44); }

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

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

 span { border-color: rgb(115,8,44); }

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