#7f0726

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

Shades of Burgundy #7F0726

Tints of Burgundy #7F0726

Color information

#7F0726 (or 0x7F0726) is unknown color: approx Burgundy. HEX triplet: 7F, 07 and 26. RGB value is (127,7,38). Sum of RGB (Red+Green+Blue) = 127+7+38=172 (22% of max value = 765). Red value is 127 (50% from 255 or 73.84% from 172); Green value is 7 (3.12% from 255 or 4.07% from 172); Blue value is 38 (15.23% from 255 or 22.09% from 172); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0726 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F0726 is #80F8D9. Grayscale: #2E2E2E. Windows color (decimal): -8452314 or 2492287. OLE color: 2492287.

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

Color convert

RGB127738-
CMYK00.940.700.50
HSL344.5º89.55%26.27%-
HSV(B)344.5º94.49%49.8%-
XYZ9.184.82.28-
YUV46.41123.26185.48-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 73.84%
GREEN value IS 7 (3.12% from 255) = 4.07%
BLUE value IS 38 (15.23% from 255) = 22.09%
R=73.84%
G=4.07%
B=22.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.70
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12773800.940.700.50344.589.5526.27
Hex7F72605E46321585a1a
Octal17774601361066253013232
Binary1111111111100110010111101000110110010101011000101101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7f0726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,7,38); }

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

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

 a { background-color: rgb(127,7,38); }

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

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

 span { border-color: rgb(127,7,38); }

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