#73002E

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

Shades of Burgundy #73002E

Tints of Burgundy #73002E

Color information

#73002E (or 0x73002E) is unknown color: approx Burgundy. HEX triplet: 73, 00 and 2E. RGB value is (115,0,46). Sum of RGB (Red+Green+Blue) = 115+0+46=161 (21% of max value = 765). Red value is 115 (45.31% from 255 or 71.43% from 161); Green value is 0 (0.39% from 255 or 0% from 161); Blue value is 46 (18.36% from 255 or 28.57% from 161); Max value from RGB is 115 - color contains mainly: red. Hex color #73002E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73002E is #8CFFD1. Grayscale: #272727. Windows color (decimal): -9240530 or 3014771. OLE color: 3014771.

HSL color Cylindrical-coordinate representation of color #73002E: hue angle of 336º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #73002E is Cyan = 0, Magento = 1, Yellow = 0.6 and Black (K on CMYK) = 0.55.

Color convert

RGB115046-
CMYK010.60.55
HSL336º100%22.55%-
HSV(B)336º100%45.1%-
XYZ7.563.842.93-
YUV39.63131.6181.76-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 71.43%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 46 (18.36% from 255) = 28.57%
R=71.43%
G=0%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.6
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115046010.60.5533610022.55
Hex7302E0643C371506417
Octal1630560144746752014427
Binary1110011010111001100100111100110111101010000110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73002E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73002E; }

 p { color: rgb(115,0,46); }

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

<style>
 a { background-color: #73002E; }

 a { background-color: rgb(115,0,46); }

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

<style>
 span { border-color: #73002E; }

 span { border-color: rgb(115,0,46); }

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