#73080F

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

Shades of Burgundy #73080F

Tints of Burgundy #73080F

Color information

#73080F (or 0x73080F) is unknown color: approx Burgundy. HEX triplet: 73, 08 and 0F. RGB value is (115,8,15). Sum of RGB (Red+Green+Blue) = 115+8+15=138 (18% of max value = 765). Red value is 115 (45.31% from 255 or 83.33% from 138); Green value is 8 (3.52% from 255 or 5.80% from 138); Blue value is 15 (6.25% from 255 or 10.87% from 138); Max value from RGB is 115 - color contains mainly: red. Hex color #73080F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #73080F is #8CF7F0. Grayscale: #282828. Windows color (decimal): -9238513 or 985203. OLE color: 985203.

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

Color convert

RGB115815-
CMYK00.930.870.55
HSL356.07º86.99%24.12%-
HSV(B)356.07º93.04%45.1%-
XYZ7.243.850.81-
YUV40.79113.45180.93-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 83.33%
GREEN value IS 8 (3.52% from 255) = 5.80%
BLUE value IS 15 (6.25% from 255) = 10.87%
R=83.33%
G=5.80%
B=10.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.87
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11581500.930.870.55356.0786.9924.12
Hex738F05D57371645718
Octal163101701351276754412730
Binary111001110001111010111011010111110111101100100101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73080F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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