#7F001C

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

Shades of Burgundy #7F001C

Tints of Burgundy #7F001C

Color information

#7F001C (or 0x7F001C) is unknown color: approx Burgundy. HEX triplet: 7F, 00 and 1C. RGB value is (127,0,28). Sum of RGB (Red+Green+Blue) = 127+0+28=155 (20% of max value = 765). Red value is 127 (50% from 255 or 81.94% from 155); Green value is 0 (0.39% from 255 or 0% from 155); Blue value is 28 (11.33% from 255 or 18.06% from 155); Max value from RGB is 127 - color contains mainly: red. Hex color #7F001C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F001C is #80FFE3. Grayscale: #292929. Windows color (decimal): -8454116 or 1835135. OLE color: 1835135.

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

Color convert

RGB127028-
CMYK010.780.50
HSL346.77º100%24.9%-
HSV(B)346.77º100%49.8%-
XYZ8.964.61.51-
YUV41.16120.58189.22-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 81.94%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 28 (11.33% from 255) = 18.06%
R=81.94%
G=0%
B=18.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.78
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127028010.780.50346.7710024.9
Hex7F01C0644E3215b6419
Octal17703401441166253314431
Binary1111111011100011001001001110110010101011011110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F001C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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