#7A1025

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

Shades of Burgundy #7A1025

Tints of Burgundy #7A1025

Color information

#7A1025 (or 0x7A1025) is unknown color: approx Burgundy. HEX triplet: 7A, 10 and 25. RGB value is (122,16,37). Sum of RGB (Red+Green+Blue) = 122+16+37=175 (23% of max value = 765). Red value is 122 (48.05% from 255 or 69.71% from 175); Green value is 16 (6.64% from 255 or 9.14% from 175); Blue value is 37 (14.84% from 255 or 21.14% from 175); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1025 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A1025 is #85EFDA. Grayscale: #323232. Windows color (decimal): -8777691 or 2429050. OLE color: 2429050.

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

Color convert

RGB1221637-
CMYK00.870.700.52
HSL348.11º76.81%27.06%-
HSV(B)348.11º86.89%47.84%-
XYZ8.554.642.2-
YUV50.09120.62179.29-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 69.71%
GREEN value IS 16 (6.64% from 255) = 9.14%
BLUE value IS 37 (14.84% from 255) = 21.14%
R=69.71%
G=9.14%
B=21.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.70
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122163700.870.700.52348.1176.8127.06
Hex7A1025057463415c4d1b
Octal172204501271066453411533
Binary111101010000100101010101111000110110100101011100100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A1025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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