#7F0823

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

Shades of Burgundy #7F0823

Tints of Burgundy #7F0823

Color information

#7F0823 (or 0x7F0823) is unknown color: approx Burgundy. HEX triplet: 7F, 08 and 23. RGB value is (127,8,35). Sum of RGB (Red+Green+Blue) = 127+8+35=170 (22% of max value = 765). Red value is 127 (50% from 255 or 74.71% from 170); Green value is 8 (3.52% from 255 or 4.71% from 170); Blue value is 35 (14.06% from 255 or 20.59% from 170); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0823 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F0823 is #80F7DC. Grayscale: #2E2E2E. Windows color (decimal): -8452061 or 2295935. OLE color: 2295935.

HSL color Cylindrical-coordinate representation of color #7F0823: hue angle of 346.39º degrees, saturation: 0.88, 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 #7F0823 is Cyan = 0, Magento = 0.94, Yellow = 0.72 and Black (K on CMYK) = 0.50.

Color convert

RGB127835-
CMYK00.940.720.50
HSL346.39º88.15%26.47%-
HSV(B)346.39º93.7%49.8%-
XYZ9.144.812.04-
YUV46.66121.42185.3-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 74.71%
GREEN value IS 8 (3.52% from 255) = 4.71%
BLUE value IS 35 (14.06% from 255) = 20.59%
R=74.71%
G=4.71%
B=20.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.72
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12783500.940.720.50346.3988.1526.47
Hex7F82305E483215a581a
Octal177104301361106253213032
Binary11111111000100011010111101001000110010101011010101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F0823

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,8,35); }

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

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

 a { background-color: rgb(127,8,35); }

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

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

 span { border-color: rgb(127,8,35); }

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