#7A002A

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

Shades of Burgundy #7A002A

Tints of Burgundy #7A002A

Color information

#7A002A (or 0x7A002A) is unknown color: approx Burgundy. HEX triplet: 7A, 00 and 2A. RGB value is (122,0,42). Sum of RGB (Red+Green+Blue) = 122+0+42=164 (21% of max value = 765). Red value is 122 (48.05% from 255 or 74.39% from 164); Green value is 0 (0.39% from 255 or 0% from 164); Blue value is 42 (16.80% from 255 or 25.61% from 164); Max value from RGB is 122 - color contains mainly: red. Hex color #7A002A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A002A is #85FFD5. Grayscale: #292929. Windows color (decimal): -8781782 or 2752634. OLE color: 2752634.

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

Color convert

RGB122042-
CMYK010.660.52
HSL339.34º100%23.92%-
HSV(B)339.34º100%47.84%-
XYZ8.444.32.58-
YUV41.27128.42185.58-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 74.39%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 42 (16.80% from 255) = 25.61%
R=74.39%
G=0%
B=25.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.66
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122042010.660.52339.3410023.92
Hex7A02A06442341536418
Octal17205201441026452314430
Binary11110100101010011001001000010110100101010011110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A002A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,0,42); }

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

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

 a { background-color: rgb(122,0,42); }

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

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

 span { border-color: rgb(122,0,42); }

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