#73081B

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

Shades of Burgundy #73081B

Tints of Burgundy #73081B

Color information

#73081B (or 0x73081B) is unknown color: approx Burgundy. HEX triplet: 73, 08 and 1B. RGB value is (115,8,27). Sum of RGB (Red+Green+Blue) = 115+8+27=150 (19% of max value = 765). Red value is 115 (45.31% from 255 or 76.67% from 150); Green value is 8 (3.52% from 255 or 5.33% from 150); Blue value is 27 (10.94% from 255 or 18% from 150); Max value from RGB is 115 - color contains mainly: red. Hex color #73081B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73081B is #8CF7E4. Grayscale: #2A2A2A. Windows color (decimal): -9238501 or 1771635. OLE color: 1771635.

HSL color Cylindrical-coordinate representation of color #73081B: hue angle of 349.35º 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 #73081B is Cyan = 0, Magento = 0.93, Yellow = 0.77 and Black (K on CMYK) = 0.55.

Color convert

RGB115827-
CMYK00.930.770.55
HSL349.35º86.99%24.12%-
HSV(B)349.35º93.04%45.1%-
XYZ7.353.91.4-
YUV42.16119.45179.96-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 76.67%
GREEN value IS 8 (3.52% from 255) = 5.33%
BLUE value IS 27 (10.94% from 255) = 18%
R=76.67%
G=5.33%
B=18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.77
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11582700.930.770.55349.3586.9924.12
Hex7381B05D4D3715d5718
Octal163103301351156753512730
Binary1110011100011011010111011001101110111101011101101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73081B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73081B; }

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

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

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

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

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

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

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

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