#7F0025

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

Shades of Burgundy #7F0025

Tints of Burgundy #7F0025

Color information

#7F0025 (or 0x7F0025) is unknown color: approx Burgundy. HEX triplet: 7F, 00 and 25. RGB value is (127,0,37). Sum of RGB (Red+Green+Blue) = 127+0+37=164 (21% of max value = 765). Red value is 127 (50% from 255 or 77.44% from 164); Green value is 0 (0.39% from 255 or 0% from 164); Blue value is 37 (14.84% from 255 or 22.56% from 164); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0025 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F0025 is #80FFDA. Grayscale: #2A2A2A. Windows color (decimal): -8454107 or 2424959. OLE color: 2424959.

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

Color convert

RGB127037-
CMYK010.710.50
HSL342.52º100%24.9%-
HSV(B)342.52º100%49.8%-
XYZ9.094.652.17-
YUV42.19125.08188.49-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 77.44%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 37 (14.84% from 255) = 22.56%
R=77.44%
G=0%
B=22.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.71
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127037010.710.50342.5210024.9
Hex7F02506447321576419
Octal17704501441076252714431
Binary11111110100101011001001000111110010101010111110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F0025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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