#730122

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

Shades of Burgundy #730122

Tints of Burgundy #730122

Color information

#730122 (or 0x730122) is unknown color: approx Burgundy. HEX triplet: 73, 01 and 22. RGB value is (115,1,34). Sum of RGB (Red+Green+Blue) = 115+1+34=150 (19% of max value = 765). Red value is 115 (45.31% from 255 or 76.67% from 150); Green value is 1 (0.78% from 255 or 0.67% from 150); Blue value is 34 (13.67% from 255 or 22.67% from 150); Max value from RGB is 115 - color contains mainly: red. Hex color #730122 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730122 is #8CFEDD. Grayscale: #262626. Windows color (decimal): -9240286 or 2228595. OLE color: 2228595.

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

Color convert

RGB115134-
CMYK00.990.700.55
HSL342.63º98.28%22.75%-
HSV(B)342.63º99.13%45.1%-
XYZ7.373.781.85-
YUV38.85125.27182.32-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 76.67%
GREEN value IS 1 (0.78% from 255) = 0.67%
BLUE value IS 34 (13.67% from 255) = 22.67%
R=76.67%
G=0.67%
B=22.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.70
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11513400.990.700.55342.6398.2822.75
Hex7312206346371576217
Octal16314201431066752714227
Binary11100111100010011000111000110110111101010111110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730122; }

 p { color: rgb(115,1,34); }

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

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

 a { background-color: rgb(115,1,34); }

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

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

 span { border-color: rgb(115,1,34); }

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