#7F002E

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

Shades of Burgundy #7F002E

Tints of Burgundy #7F002E

Color information

#7F002E (or 0x7F002E) is unknown color: approx Burgundy. HEX triplet: 7F, 00 and 2E. RGB value is (127,0,46). Sum of RGB (Red+Green+Blue) = 127+0+46=173 (22% of max value = 765). Red value is 127 (50% from 255 or 73.41% from 173); Green value is 0 (0.39% from 255 or 0% from 173); Blue value is 46 (18.36% from 255 or 26.59% from 173); Max value from RGB is 127 - color contains mainly: red. Hex color #7F002E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F002E is #80FFD1. Grayscale: #2B2B2B. Windows color (decimal): -8454098 or 3014783. OLE color: 3014783.

HSL color Cylindrical-coordinate representation of color #7F002E: hue angle of 338.27º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7F002E is Cyan = 0, Magento = 1, Yellow = 0.64 and Black (K on CMYK) = 0.50.

Color convert

RGB127046-
CMYK010.640.50
HSL338.27º100%24.9%-
HSV(B)338.27º100%49.8%-
XYZ9.254.713.01-
YUV43.22129.58187.76-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 73.41%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 46 (18.36% from 255) = 26.59%
R=73.41%
G=0%
B=26.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.64
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127046010.640.50338.2710024.9
Hex7F02E06440321526419
Octal17705601441006252214431
Binary11111110101110011001001000000110010101010010110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F002E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,0,46); }

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

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

 a { background-color: rgb(127,0,46); }

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

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

 span { border-color: rgb(127,0,46); }

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