#730B28

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

Shades of Burgundy #730B28

Tints of Burgundy #730B28

Color information

#730B28 (or 0x730B28) is unknown color: approx Burgundy. HEX triplet: 73, 0B and 28. RGB value is (115,11,40). Sum of RGB (Red+Green+Blue) = 115+11+40=166 (21% of max value = 765). Red value is 115 (45.31% from 255 or 69.28% from 166); Green value is 11 (4.69% from 255 or 6.63% from 166); Blue value is 40 (16.02% from 255 or 24.10% from 166); Max value from RGB is 115 - color contains mainly: red. Hex color #730B28 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730B28 is #8CF4D7. Grayscale: #2D2D2D. Windows color (decimal): -9237720 or 2624371. OLE color: 2624371.

HSL color Cylindrical-coordinate representation of color #730B28: hue angle of 343.27º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #730B28 is Cyan = 0, Magento = 0.90, Yellow = 0.65 and Black (K on CMYK) = 0.55.

Color convert

RGB1151140-
CMYK00.900.650.55
HSL343.27º82.54%24.71%-
HSV(B)343.27º90.43%45.1%-
XYZ7.574.042.39-
YUV45.4124.96177.64-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 69.28%
GREEN value IS 11 (4.69% from 255) = 6.63%
BLUE value IS 40 (16.02% from 255) = 24.10%
R=69.28%
G=6.63%
B=24.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.65
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115114000.900.650.55343.2782.5424.71
Hex73B2805A41371575319
Octal163135001321016752712331
Binary11100111011101000010110101000001110111101010111101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730B28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730B28; }

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

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

<style>
 a { background-color: #730B28; }

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

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

<style>
 span { border-color: #730B28; }

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

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