#73061F

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

Shades of Burgundy #73061F

Tints of Burgundy #73061F

Color information

#73061F (or 0x73061F) is unknown color: approx Burgundy. HEX triplet: 73, 06 and 1F. RGB value is (115,6,31). Sum of RGB (Red+Green+Blue) = 115+6+31=152 (20% of max value = 765). Red value is 115 (45.31% from 255 or 75.66% from 152); Green value is 6 (2.73% from 255 or 3.95% from 152); Blue value is 31 (12.5% from 255 or 20.39% from 152); Max value from RGB is 115 - color contains mainly: red. Hex color #73061F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73061F is #8CF9E0. Grayscale: #292929. Windows color (decimal): -9239009 or 2033267. OLE color: 2033267.

HSL color Cylindrical-coordinate representation of color #73061F: hue angle of 346.24º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #73061F is Cyan = 0, Magento = 0.95, Yellow = 0.73 and Black (K on CMYK) = 0.55.

Color convert

RGB115631-
CMYK00.950.730.55
HSL346.24º90.08%23.73%-
HSV(B)346.24º94.78%45.1%-
XYZ7.383.871.65-
YUV41.44122.11180.47-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 75.66%
GREEN value IS 6 (2.73% from 255) = 3.95%
BLUE value IS 31 (12.5% from 255) = 20.39%
R=75.66%
G=3.95%
B=20.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.73
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11563100.950.730.55346.2490.0823.73
Hex7361F05F493715a5a18
Octal16363701371116753213230
Binary111001111011111010111111001001110111101011010101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73061F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73061F; }

 p { color: rgb(115,6,31); }

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

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

 a { background-color: rgb(115,6,31); }

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

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

 span { border-color: rgb(115,6,31); }

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