#7A0E2D

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

Shades of Burgundy #7A0E2D

Tints of Burgundy #7A0E2D

Color information

#7A0E2D (or 0x7A0E2D) is unknown color: approx Burgundy. HEX triplet: 7A, 0E and 2D. RGB value is (122,14,45). Sum of RGB (Red+Green+Blue) = 122+14+45=181 (23% of max value = 765). Red value is 122 (48.05% from 255 or 67.40% from 181); Green value is 14 (5.86% from 255 or 7.73% from 181); Blue value is 45 (17.97% from 255 or 24.86% from 181); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0E2D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A0E2D is #85F1D2. Grayscale: #313131. Windows color (decimal): -8778195 or 2952826. OLE color: 2952826.

HSL color Cylindrical-coordinate representation of color #7A0E2D: hue angle of 342.78º degrees, saturation: 0.79, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7A0E2D is Cyan = 0, Magento = 0.89, Yellow = 0.63 and Black (K on CMYK) = 0.52.

Color convert

RGB1221445-
CMYK00.890.630.52
HSL342.78º79.41%26.67%-
HSV(B)342.78º88.52%47.84%-
XYZ8.664.642.92-
YUV49.83125.28179.48-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 67.40%
GREEN value IS 14 (5.86% from 255) = 7.73%
BLUE value IS 45 (17.97% from 255) = 24.86%
R=67.40%
G=7.73%
B=24.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.63
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122144500.890.630.52342.7879.4126.67
Hex7AE2D0593F341574f1b
Octal17216550131776452711733
Binary1111010111010110101011001111111110100101010111100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A0E2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7A0E2D; }

 p { color: rgb(122,14,45); }

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

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

 a { background-color: rgb(122,14,45); }

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

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

 span { border-color: rgb(122,14,45); }

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