#7F0533

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

Shades of Burgundy #7F0533

Tints of Burgundy #7F0533

Color information

#7F0533 (or 0x7F0533) is unknown color: approx Burgundy. HEX triplet: 7F, 05 and 33. RGB value is (127,5,51). Sum of RGB (Red+Green+Blue) = 127+5+51=183 (24% of max value = 765). Red value is 127 (50% from 255 or 69.40% from 183); Green value is 5 (2.34% from 255 or 2.73% from 183); Blue value is 51 (20.31% from 255 or 27.87% from 183); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0533 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F0533 is #80FACC. Grayscale: #2E2E2E. Windows color (decimal): -8452813 or 3343743. OLE color: 3343743.

HSL color Cylindrical-coordinate representation of color #7F0533: hue angle of 337.38º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7F0533 is Cyan = 0, Magento = 0.96, Yellow = 0.60 and Black (K on CMYK) = 0.50.

Color convert

RGB127551-
CMYK00.960.600.50
HSL337.38º92.42%25.88%-
HSV(B)337.38º96.06%49.8%-
XYZ9.44.863.57-
YUV46.72130.42185.26-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 69.40%
GREEN value IS 5 (2.34% from 255) = 2.73%
BLUE value IS 51 (20.31% from 255) = 27.87%
R=69.40%
G=2.73%
B=27.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.60
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12755100.960.600.50337.3892.4225.88
Hex7F5330603C321515c1a
Octal1775630140746252113432
Binary111111110111001101100000111100110010101010001101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F0533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,5,51); }

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

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

 a { background-color: rgb(127,5,51); }

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

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

 span { border-color: rgb(127,5,51); }

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