#73010F

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

Shades of Burgundy #73010F

Tints of Burgundy #73010F

Color information

#73010F (or 0x73010F) is unknown color: approx Burgundy. HEX triplet: 73, 01 and 0F. RGB value is (115,1,15). Sum of RGB (Red+Green+Blue) = 115+1+15=131 (17% of max value = 765). Red value is 115 (45.31% from 255 or 87.79% from 131); Green value is 1 (0.78% from 255 or 0.76% from 131); Blue value is 15 (6.25% from 255 or 11.45% from 131); Max value from RGB is 115 - color contains mainly: red. Hex color #73010F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #73010F is #8CFEF0. Grayscale: #242424. Windows color (decimal): -9240305 or 983411. OLE color: 983411.

HSL color Cylindrical-coordinate representation of color #73010F: hue angle of 352.63º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #73010F is Cyan = 0, Magento = 0.99, Yellow = 0.87 and Black (K on CMYK) = 0.55.

Color convert

RGB115115-
CMYK00.990.870.55
HSL352.63º98.28%22.75%-
HSV(B)352.63º99.13%45.1%-
XYZ7.173.70.79-
YUV36.68115.77183.86-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 87.79%
GREEN value IS 1 (0.78% from 255) = 0.76%
BLUE value IS 15 (6.25% from 255) = 11.45%
R=87.79%
G=0.76%
B=11.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.87
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11511500.990.870.55352.6398.2822.75
Hex731F06357371616217
Octal16311701431276754114227
Binary111001111111011000111010111110111101100001110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73010F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,1,15); }

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

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

 a { background-color: rgb(115,1,15); }

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

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

 span { border-color: rgb(115,1,15); }

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