#730827

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

Shades of Burgundy #730827

Tints of Burgundy #730827

Color information

#730827 (or 0x730827) is unknown color: approx Burgundy. HEX triplet: 73, 08 and 27. RGB value is (115,8,39). Sum of RGB (Red+Green+Blue) = 115+8+39=162 (21% of max value = 765). Red value is 115 (45.31% from 255 or 70.99% from 162); Green value is 8 (3.52% from 255 or 4.94% from 162); Blue value is 39 (15.62% from 255 or 24.07% from 162); Max value from RGB is 115 - color contains mainly: red. Hex color #730827 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730827 is #8CF7D8. Grayscale: #2B2B2B. Windows color (decimal): -9238489 or 2558067. OLE color: 2558067.

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

Color convert

RGB115839-
CMYK00.930.660.55
HSL342.62º86.99%24.12%-
HSV(B)342.62º93.04%45.1%-
XYZ7.523.962.29-
YUV43.53125.45178.98-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 70.99%
GREEN value IS 8 (3.52% from 255) = 4.94%
BLUE value IS 39 (15.62% from 255) = 24.07%
R=70.99%
G=4.94%
B=24.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.66
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11583900.930.660.55342.6286.9924.12
Hex7382705D42371575718
Octal163104701351026752712730
Binary11100111000100111010111011000010110111101010111101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730827; }

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

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

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

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

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

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

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

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