#7F102E

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

Shades of Burgundy #7F102E

Tints of Burgundy #7F102E

Color information

#7F102E (or 0x7F102E) is unknown color: approx Burgundy. HEX triplet: 7F, 10 and 2E. RGB value is (127,16,46). Sum of RGB (Red+Green+Blue) = 127+16+46=189 (25% of max value = 765). Red value is 127 (50% from 255 or 67.20% from 189); Green value is 16 (6.64% from 255 or 8.47% from 189); Blue value is 46 (18.36% from 255 or 24.34% from 189); Max value from RGB is 127 - color contains mainly: red. Hex color #7F102E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F102E is #80EFD1. Grayscale: #343434. Windows color (decimal): -8450002 or 3018879. OLE color: 3018879.

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

Color convert

RGB1271646-
CMYK00.870.640.50
HSL343.78º77.62%28.04%-
HSV(B)343.78º87.4%49.8%-
XYZ9.435.083.07-
YUV52.61124.27181.06-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 67.20%
GREEN value IS 16 (6.64% from 255) = 8.47%
BLUE value IS 46 (18.36% from 255) = 24.34%
R=67.20%
G=8.47%
B=24.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.64
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127164600.870.640.50343.7877.6228.04
Hex7F102E05740321584e1c
Octal177205601271006253011634
Binary111111110000101110010101111000000110010101011000100111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F102E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,16,46); }

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

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

 a { background-color: rgb(127,16,46); }

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

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

 span { border-color: rgb(127,16,46); }

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