#790233

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

Shades of Burgundy #790233

Tints of Burgundy #790233

Color information

#790233 (or 0x790233) is unknown color: approx Burgundy. HEX triplet: 79, 02 and 33. RGB value is (121,2,51). Sum of RGB (Red+Green+Blue) = 121+2+51=174 (23% of max value = 765). Red value is 121 (47.66% from 255 or 69.54% from 174); Green value is 2 (1.17% from 255 or 1.15% from 174); Blue value is 51 (20.31% from 255 or 29.31% from 174); Max value from RGB is 121 - color contains mainly: red. Hex color #790233 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #790233 is #86FDCC. Grayscale: #2B2B2B. Windows color (decimal): -8846797 or 3342969. OLE color: 3342969.

HSL color Cylindrical-coordinate representation of color #790233: hue angle of 335.29º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #790233 is Cyan = 0, Magento = 0.98, Yellow = 0.58 and Black (K on CMYK) = 0.53.

Color convert

RGB121251-
CMYK00.980.580.53
HSL335.29º96.75%24.12%-
HSV(B)335.29º98.35%47.45%-
XYZ8.54.353.52-
YUV43.17132.42183.52-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 69.54%
GREEN value IS 2 (1.17% from 255) = 1.15%
BLUE value IS 51 (20.31% from 255) = 29.31%
R=69.54%
G=1.15%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.58
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12125100.980.580.53335.2996.7524.12
Hex792330623A3514f6118
Octal1712630142726551714130
Binary11110011011001101100010111010110101101001111110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #790233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #790233; }

 p { color: rgb(121,2,51); }

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

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

 a { background-color: rgb(121,2,51); }

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

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

 span { border-color: rgb(121,2,51); }

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