#790E27

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

Shades of Burgundy #790E27

Tints of Burgundy #790E27

Color information

#790E27 (or 0x790E27) is unknown color: approx Burgundy. HEX triplet: 79, 0E and 27. RGB value is (121,14,39). Sum of RGB (Red+Green+Blue) = 121+14+39=174 (23% of max value = 765). Red value is 121 (47.66% from 255 or 69.54% from 174); Green value is 14 (5.86% from 255 or 8.05% from 174); Blue value is 39 (15.62% from 255 or 22.41% from 174); Max value from RGB is 121 - color contains mainly: red. Hex color #790E27 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #790E27 is #86F1D8. Grayscale: #303030. Windows color (decimal): -8843737 or 2559609. OLE color: 2559609.

HSL color Cylindrical-coordinate representation of color #790E27: hue angle of 345.98º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #790E27 is Cyan = 0, Magento = 0.88, Yellow = 0.68 and Black (K on CMYK) = 0.53.

Color convert

RGB1211439-
CMYK00.880.680.53
HSL345.98º79.26%26.47%-
HSV(B)345.98º88.43%47.45%-
XYZ8.414.532.35-
YUV48.84122.45179.47-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 69.54%
GREEN value IS 14 (5.86% from 255) = 8.05%
BLUE value IS 39 (15.62% from 255) = 22.41%
R=69.54%
G=8.05%
B=22.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.68
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121143900.880.680.53345.9879.2626.47
Hex79E27058443515a4f1a
Octal171164701301046553211732
Binary11110011110100111010110001000100110101101011010100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #790E27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #790E27; }

 p { color: rgb(121,14,39); }

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

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

 a { background-color: rgb(121,14,39); }

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

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

 span { border-color: rgb(121,14,39); }

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