#7A0125

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

Shades of Burgundy #7A0125

Tints of Burgundy #7A0125

Color information

#7A0125 (or 0x7A0125) is unknown color: approx Burgundy. HEX triplet: 7A, 01 and 25. RGB value is (122,1,37). Sum of RGB (Red+Green+Blue) = 122+1+37=160 (21% of max value = 765). Red value is 122 (48.05% from 255 or 76.25% from 160); Green value is 1 (0.78% from 255 or 0.62% from 160); Blue value is 37 (14.84% from 255 or 23.12% from 160); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0125 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A0125 is #85FEDA. Grayscale: #292929. Windows color (decimal): -8781531 or 2425210. OLE color: 2425210.

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

Color convert

RGB122137-
CMYK00.990.700.52
HSL342.15º98.37%24.12%-
HSV(B)342.15º99.18%47.84%-
XYZ8.374.292.14-
YUV41.28125.59185.57-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 76.25%
GREEN value IS 1 (0.78% from 255) = 0.62%
BLUE value IS 37 (14.84% from 255) = 23.12%
R=76.25%
G=0.62%
B=23.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.70
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12213700.990.700.52342.1598.3724.12
Hex7A12506346341566218
Octal17214501431066452614230
Binary11110101100101011000111000110110100101010110110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A0125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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