#73010B

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

Shades of Burgundy #73010B

Tints of Burgundy #73010B

Color information

#73010B (or 0x73010B) is unknown color: approx Burgundy. HEX triplet: 73, 01 and 0B. RGB value is (115,1,11). Sum of RGB (Red+Green+Blue) = 115+1+11=127 (16% of max value = 765). Red value is 115 (45.31% from 255 or 90.55% from 127); Green value is 1 (0.78% from 255 or 0.79% from 127); Blue value is 11 (4.69% from 255 or 8.66% from 127); Max value from RGB is 115 - color contains mainly: red. Hex color #73010B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #73010B is #8CFEF4. Grayscale: #242424. Windows color (decimal): -9240309 or 721267. OLE color: 721267.

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

Color convert

RGB115111-
CMYK00.990.900.55
HSL354.74º98.28%22.75%-
HSV(B)354.74º99.13%45.1%-
XYZ7.143.690.65-
YUV36.23113.77184.19-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 90.55%
GREEN value IS 1 (0.78% from 255) = 0.79%
BLUE value IS 11 (4.69% from 255) = 8.66%
R=90.55%
G=0.79%
B=8.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.90
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11511100.990.900.55354.7498.2822.75
Hex731B0635A371636217
Octal16311301431326754314227
Binary111001111011011000111011010110111101100011110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73010B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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