#7F0933

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

Shades of Burgundy #7F0933

Tints of Burgundy #7F0933

Color information

#7F0933 (or 0x7F0933) is unknown color: approx Burgundy. HEX triplet: 7F, 09 and 33. RGB value is (127,9,51). Sum of RGB (Red+Green+Blue) = 127+9+51=187 (24% of max value = 765). Red value is 127 (50% from 255 or 67.91% from 187); Green value is 9 (3.91% from 255 or 4.81% from 187); Blue value is 51 (20.31% from 255 or 27.27% from 187); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0933 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F0933 is #80F6CC. Grayscale: #313131. Windows color (decimal): -8451789 or 3344767. OLE color: 3344767.

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

Color convert

RGB127951-
CMYK00.930.600.50
HSL338.64º86.76%26.67%-
HSV(B)338.64º92.91%49.8%-
XYZ9.454.953.59-
YUV49.07129.09183.58-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 67.91%
GREEN value IS 9 (3.91% from 255) = 4.81%
BLUE value IS 51 (20.31% from 255) = 27.27%
R=67.91%
G=4.81%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.60
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12795100.930.600.50338.6486.7626.67
Hex7F93305D3C32153571b
Octal17711630135746252312733
Binary1111111100111001101011101111100110010101010011101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F0933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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