#7A0C23

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

Shades of Burgundy #7A0C23

Tints of Burgundy #7A0C23

Color information

#7A0C23 (or 0x7A0C23) is unknown color: approx Burgundy. HEX triplet: 7A, 0C and 23. RGB value is (122,12,35). Sum of RGB (Red+Green+Blue) = 122+12+35=169 (22% of max value = 765). Red value is 122 (48.05% from 255 or 72.19% from 169); Green value is 12 (5.08% from 255 or 7.10% from 169); Blue value is 35 (14.06% from 255 or 20.71% from 169); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0C23 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A0C23 is #85F3DC. Grayscale: #2F2F2F. Windows color (decimal): -8778717 or 2296954. OLE color: 2296954.

HSL color Cylindrical-coordinate representation of color #7A0C23: hue angle of 347.45º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7A0C23 is Cyan = 0, Magento = 0.90, Yellow = 0.71 and Black (K on CMYK) = 0.52.

Color convert

RGB1221235-
CMYK00.900.710.52
HSL347.45º82.09%26.27%-
HSV(B)347.45º90.16%47.84%-
XYZ8.464.522.02-
YUV47.51120.94181.13-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 72.19%
GREEN value IS 12 (5.08% from 255) = 7.10%
BLUE value IS 35 (14.06% from 255) = 20.71%
R=72.19%
G=7.10%
B=20.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.71
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122123500.900.710.52347.4582.0926.27
Hex7AC2305A473415b521a
Octal172144301321076453312232
Binary11110101100100011010110101000111110100101011011101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A0C23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,12,35); }

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

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

 a { background-color: rgb(122,12,35); }

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

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

 span { border-color: rgb(122,12,35); }

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