#7F052A

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

Shades of Burgundy #7F052A

Tints of Burgundy #7F052A

Color information

#7F052A (or 0x7F052A) is unknown color: approx Burgundy. HEX triplet: 7F, 05 and 2A. RGB value is (127,5,42). Sum of RGB (Red+Green+Blue) = 127+5+42=174 (23% of max value = 765). Red value is 127 (50% from 255 or 72.99% from 174); Green value is 5 (2.34% from 255 or 2.87% from 174); Blue value is 42 (16.80% from 255 or 24.14% from 174); Max value from RGB is 127 - color contains mainly: red. Hex color #7F052A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F052A is #80FAD5. Grayscale: #2D2D2D. Windows color (decimal): -8452822 or 2753919. OLE color: 2753919.

HSL color Cylindrical-coordinate representation of color #7F052A: hue angle of 341.8º 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 #7F052A is Cyan = 0, Magento = 0.96, Yellow = 0.67 and Black (K on CMYK) = 0.50.

Color convert

RGB127542-
CMYK00.960.670.50
HSL341.8º92.42%25.88%-
HSV(B)341.8º96.06%49.8%-
XYZ9.224.792.63-
YUV45.7125.92185.99-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 72.99%
GREEN value IS 5 (2.34% from 255) = 2.87%
BLUE value IS 42 (16.80% from 255) = 24.14%
R=72.99%
G=2.87%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.67
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12754200.960.670.50341.892.4225.88
Hex7F52A06043321565c1a
Octal17755201401036252613432
Binary1111111101101010011000001000011110010101010110101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F052A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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