#73002C

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

Shades of Burgundy #73002C

Tints of Burgundy #73002C

Color information

#73002C (or 0x73002C) is unknown color: approx Burgundy. HEX triplet: 73, 00 and 2C. RGB value is (115,0,44). Sum of RGB (Red+Green+Blue) = 115+0+44=159 (21% of max value = 765). Red value is 115 (45.31% from 255 or 72.33% from 159); Green value is 0 (0.39% from 255 or 0% from 159); Blue value is 44 (17.58% from 255 or 27.67% from 159); Max value from RGB is 115 - color contains mainly: red. Hex color #73002C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73002C is #8CFFD3. Grayscale: #272727. Windows color (decimal): -9240532 or 2883699. OLE color: 2883699.

HSL color Cylindrical-coordinate representation of color #73002C: hue angle of 337.04º 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 #73002C is Cyan = 0, Magento = 1, Yellow = 0.62 and Black (K on CMYK) = 0.55.

Color convert

RGB115044-
CMYK010.620.55
HSL337.04º100%22.55%-
HSV(B)337.04º100%45.1%-
XYZ7.523.832.72-
YUV39.4130.6181.92-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 72.33%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 44 (17.58% from 255) = 27.67%
R=72.33%
G=0%
B=27.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.62
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115044010.620.55337.0410022.55
Hex7302C0643E371516417
Octal1630540144766752114427
Binary1110011010110001100100111110110111101010001110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73002C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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