#7A0D2D

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

Shades of Burgundy #7A0D2D

Tints of Burgundy #7A0D2D

Color information

#7A0D2D (or 0x7A0D2D) is unknown color: approx Burgundy. HEX triplet: 7A, 0D and 2D. RGB value is (122,13,45). Sum of RGB (Red+Green+Blue) = 122+13+45=180 (23% of max value = 765). Red value is 122 (48.05% from 255 or 67.78% from 180); Green value is 13 (5.47% from 255 or 7.22% from 180); Blue value is 45 (17.97% from 255 or 25% from 180); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0D2D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A0D2D is #85F2D2. Grayscale: #313131. Windows color (decimal): -8778451 or 2952570. OLE color: 2952570.

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

Color convert

RGB1221345-
CMYK00.890.630.52
HSL342.39º80.74%26.47%-
HSV(B)342.39º89.34%47.84%-
XYZ8.644.612.92-
YUV49.24125.61179.9-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 67.78%
GREEN value IS 13 (5.47% from 255) = 7.22%
BLUE value IS 45 (17.97% from 255) = 25%
R=67.78%
G=7.22%
B=25%

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
Decimal122134500.890.630.52342.3980.7426.47
Hex7AD2D0593F34156511a
Octal17215550131776452612132
Binary1111010110110110101011001111111110100101010110101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A0D2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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