#730123

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

Shades of Burgundy #730123

Tints of Burgundy #730123

Color information

#730123 (or 0x730123) is unknown color: approx Burgundy. HEX triplet: 73, 01 and 23. RGB value is (115,1,35). Sum of RGB (Red+Green+Blue) = 115+1+35=151 (20% of max value = 765). Red value is 115 (45.31% from 255 or 76.16% from 151); Green value is 1 (0.78% from 255 or 0.66% from 151); Blue value is 35 (14.06% from 255 or 23.18% from 151); Max value from RGB is 115 - color contains mainly: red. Hex color #730123 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730123 is #8CFEDC. Grayscale: #262626. Windows color (decimal): -9240285 or 2294131. OLE color: 2294131.

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

Color convert

RGB115135-
CMYK00.990.700.55
HSL342.11º98.28%22.75%-
HSV(B)342.11º99.13%45.1%-
XYZ7.383.791.93-
YUV38.96125.77182.24-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 76.16%
GREEN value IS 1 (0.78% from 255) = 0.66%
BLUE value IS 35 (14.06% from 255) = 23.18%
R=76.16%
G=0.66%
B=23.18%

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
Decimal11513500.990.700.55342.1198.2822.75
Hex7312306346371566217
Octal16314301431066752614227
Binary11100111100011011000111000110110111101010110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730123; }

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

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

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

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

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

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

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

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