#7A0525

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

Shades of Burgundy #7A0525

Tints of Burgundy #7A0525

Color information

#7A0525 (or 0x7A0525) is unknown color: approx Burgundy. HEX triplet: 7A, 05 and 25. RGB value is (122,5,37). Sum of RGB (Red+Green+Blue) = 122+5+37=164 (21% of max value = 765). Red value is 122 (48.05% from 255 or 74.39% from 164); Green value is 5 (2.34% from 255 or 3.05% from 164); Blue value is 37 (14.84% from 255 or 22.56% from 164); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0525 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A0525 is #85FADA. Grayscale: #2B2B2B. Windows color (decimal): -8780507 or 2426234. OLE color: 2426234.

HSL color Cylindrical-coordinate representation of color #7A0525: hue angle of 343.59º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7A0525 is Cyan = 0, Magento = 0.96, Yellow = 0.70 and Black (K on CMYK) = 0.52.

Color convert

RGB122537-
CMYK00.960.700.52
HSL343.59º92.13%24.9%-
HSV(B)343.59º95.9%47.84%-
XYZ8.414.382.15-
YUV43.63124.26183.9-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 74.39%
GREEN value IS 5 (2.34% from 255) = 3.05%
BLUE value IS 37 (14.84% from 255) = 22.56%
R=74.39%
G=3.05%
B=22.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.70
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12253700.960.700.52343.5992.1324.9
Hex7A52506046341585c19
Octal17254501401066453013431
Binary1111010101100101011000001000110110100101011000101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A0525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,5,37); }

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

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

 a { background-color: rgb(122,5,37); }

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

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

 span { border-color: rgb(122,5,37); }

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