#7A0817

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

Shades of Burgundy #7A0817

Tints of Burgundy #7A0817

Color information

#7A0817 (or 0x7A0817) is unknown color: approx Burgundy. HEX triplet: 7A, 08 and 17. RGB value is (122,8,23). Sum of RGB (Red+Green+Blue) = 122+8+23=153 (20% of max value = 765). Red value is 122 (48.05% from 255 or 79.74% from 153); Green value is 8 (3.52% from 255 or 5.23% from 153); Blue value is 23 (9.38% from 255 or 15.03% from 153); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0817 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7A0817 is #85F7E8. Grayscale: #2B2B2B. Windows color (decimal): -8779753 or 1509498. OLE color: 1509498.

HSL color Cylindrical-coordinate representation of color #7A0817: hue angle of 352.11º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7A0817 is Cyan = 0, Magento = 0.93, Yellow = 0.81 and Black (K on CMYK) = 0.52.

Color convert

RGB122823-
CMYK00.930.810.52
HSL352.11º87.69%25.49%-
HSV(B)352.11º93.44%47.84%-
XYZ8.274.371.22-
YUV43.8116.27183.78-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 79.74%
GREEN value IS 8 (3.52% from 255) = 5.23%
BLUE value IS 23 (9.38% from 255) = 15.03%
R=79.74%
G=5.23%
B=15.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.81
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12282300.930.810.52352.1187.6925.49
Hex7A81705D51341605819
Octal172102701351216454013031
Binary1111010100010111010111011010001110100101100000101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A0817

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,8,23); }

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

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

 a { background-color: rgb(122,8,23); }

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

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

 span { border-color: rgb(122,8,23); }

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