#7A0133

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

Shades of Burgundy #7A0133

Tints of Burgundy #7A0133

Color information

#7A0133 (or 0x7A0133) is unknown color: approx Burgundy. HEX triplet: 7A, 01 and 33. RGB value is (122,1,51). Sum of RGB (Red+Green+Blue) = 122+1+51=174 (23% of max value = 765). Red value is 122 (48.05% from 255 or 70.11% from 174); Green value is 1 (0.78% from 255 or 0.57% from 174); Blue value is 51 (20.31% from 255 or 29.31% from 174); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0133 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A0133 is #85FECC. Grayscale: #2A2A2A. Windows color (decimal): -8781517 or 3342714. OLE color: 3342714.

HSL color Cylindrical-coordinate representation of color #7A0133: hue angle of 335.21º 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 #7A0133 is Cyan = 0, Magento = 0.99, Yellow = 0.58 and Black (K on CMYK) = 0.52.

Color convert

RGB122151-
CMYK00.990.580.52
HSL335.21º98.37%24.12%-
HSV(B)335.21º99.18%47.84%-
XYZ8.634.43.53-
YUV42.88132.59184.43-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 70.11%
GREEN value IS 1 (0.78% from 255) = 0.57%
BLUE value IS 51 (20.31% from 255) = 29.31%
R=70.11%
G=0.57%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.58
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12215100.990.580.52335.2198.3724.12
Hex7A1330633A3414f6218
Octal1721630143726451714230
Binary1111010111001101100011111010110100101001111110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A0133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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