#7F0925

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

Shades of Burgundy #7F0925

Tints of Burgundy #7F0925

Color information

#7F0925 (or 0x7F0925) is unknown color: approx Burgundy. HEX triplet: 7F, 09 and 25. RGB value is (127,9,37). Sum of RGB (Red+Green+Blue) = 127+9+37=173 (22% of max value = 765). Red value is 127 (50% from 255 or 73.41% from 173); Green value is 9 (3.91% from 255 or 5.20% from 173); Blue value is 37 (14.84% from 255 or 21.39% from 173); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0925 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F0925 is #80F6DA. Grayscale: #2F2F2F. Windows color (decimal): -8451803 or 2427263. OLE color: 2427263.

HSL color Cylindrical-coordinate representation of color #7F0925: hue angle of 345.76º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7F0925 is Cyan = 0, Magento = 0.93, Yellow = 0.71 and Black (K on CMYK) = 0.50.

Color convert

RGB127937-
CMYK00.930.710.50
HSL345.76º86.76%26.67%-
HSV(B)345.76º92.91%49.8%-
XYZ9.184.842.2-
YUV47.47122.09184.72-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 73.41%
GREEN value IS 9 (3.91% from 255) = 5.20%
BLUE value IS 37 (14.84% from 255) = 21.39%
R=73.41%
G=5.20%
B=21.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.71
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12793700.930.710.50345.7686.7626.67
Hex7F92505D473215a571b
Octal177114501351076253212733
Binary11111111001100101010111011000111110010101011010101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F0925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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