#730C2D

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

Shades of Burgundy #730C2D

Tints of Burgundy #730C2D

Color information

#730C2D (or 0x730C2D) is unknown color: approx Burgundy. HEX triplet: 73, 0C and 2D. RGB value is (115,12,45). Sum of RGB (Red+Green+Blue) = 115+12+45=172 (22% of max value = 765). Red value is 115 (45.31% from 255 or 66.86% from 172); Green value is 12 (5.08% from 255 or 6.98% from 172); Blue value is 45 (17.97% from 255 or 26.16% from 172); Max value from RGB is 115 - color contains mainly: red. Hex color #730C2D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730C2D is #8CF3D2. Grayscale: #2E2E2E. Windows color (decimal): -9237459 or 2952307. OLE color: 2952307.

HSL color Cylindrical-coordinate representation of color #730C2D: hue angle of 340.78º degrees, saturation: 0.81, 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 #730C2D is Cyan = 0, Magento = 0.90, Yellow = 0.61 and Black (K on CMYK) = 0.55.

Color convert

RGB1151245-
CMYK00.900.610.55
HSL340.78º81.1%24.9%-
HSV(B)340.78º89.57%45.1%-
XYZ7.684.12.87-
YUV46.56127.12176.82-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 66.86%
GREEN value IS 12 (5.08% from 255) = 6.98%
BLUE value IS 45 (17.97% from 255) = 26.16%
R=66.86%
G=6.98%
B=26.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.61
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115124500.900.610.55340.7881.124.9
Hex73C2D05A3D371555119
Octal16314550132756752512131
Binary1110011110010110101011010111101110111101010101101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730C2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,12,45); }

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

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

 a { background-color: rgb(115,12,45); }

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

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

 span { border-color: rgb(115,12,45); }

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