#7F0E21

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

Shades of Burgundy #7F0E21

Tints of Burgundy #7F0E21

Color information

#7F0E21 (or 0x7F0E21) is unknown color: approx Burgundy. HEX triplet: 7F, 0E and 21. RGB value is (127,14,33). Sum of RGB (Red+Green+Blue) = 127+14+33=174 (23% of max value = 765). Red value is 127 (50% from 255 or 72.99% from 174); Green value is 14 (5.86% from 255 or 8.05% from 174); Blue value is 33 (13.28% from 255 or 18.97% from 174); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0E21 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F0E21 is #80F1DE. Grayscale: #313131. Windows color (decimal): -8450527 or 2166399. OLE color: 2166399.

HSL color Cylindrical-coordinate representation of color #7F0E21: hue angle of 349.91º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7F0E21 is Cyan = 0, Magento = 0.89, Yellow = 0.74 and Black (K on CMYK) = 0.50.

Color convert

RGB1271433-
CMYK00.890.740.50
HSL349.91º80.14%27.65%-
HSV(B)349.91º88.98%49.8%-
XYZ9.184.941.91-
YUV49.95118.44182.96-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 72.99%
GREEN value IS 14 (5.86% from 255) = 8.05%
BLUE value IS 33 (13.28% from 255) = 18.97%
R=72.99%
G=8.05%
B=18.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.74
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127143300.890.740.50349.9180.1427.65
Hex7FE210594A3215e501c
Octal177164101311126253612034
Binary11111111110100001010110011001010110010101011110101000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F0E21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,14,33); }

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

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

 a { background-color: rgb(127,14,33); }

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

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

 span { border-color: rgb(127,14,33); }

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