#7A020F

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

Shades of Burgundy #7A020F

Tints of Burgundy #7A020F

Color information

#7A020F (or 0x7A020F) is unknown color: approx Burgundy. HEX triplet: 7A, 02 and 0F. RGB value is (122,2,15). Sum of RGB (Red+Green+Blue) = 122+2+15=139 (18% of max value = 765). Red value is 122 (48.05% from 255 or 87.77% from 139); Green value is 2 (1.17% from 255 or 1.44% from 139); Blue value is 15 (6.25% from 255 or 10.79% from 139); Max value from RGB is 122 - color contains mainly: red. Hex color #7A020F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7A020F is #85FDF0. Grayscale: #272727. Windows color (decimal): -8781297 or 983674. OLE color: 983674.

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

Color convert

RGB122215-
CMYK00.980.880.52
HSL353.5º96.77%24.31%-
HSV(B)353.5º98.36%47.84%-
XYZ8.134.220.84-
YUV39.36114.26186.94-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 87.77%
GREEN value IS 2 (1.17% from 255) = 1.44%
BLUE value IS 15 (6.25% from 255) = 10.79%
R=87.77%
G=1.44%
B=10.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.88
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12221500.980.880.52353.596.7724.31
Hex7A2F06258341626118
Octal17221701421306454214130
Binary1111010101111011000101011000110100101100010110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A020F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,2,15); }

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

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

 a { background-color: rgb(122,2,15); }

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

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

 span { border-color: rgb(122,2,15); }

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