#7B0C16

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

Shades of Burgundy #7B0C16

Tints of Burgundy #7B0C16

Color information

#7B0C16 (or 0x7B0C16) is unknown color: approx Burgundy. HEX triplet: 7B, 0C and 16. RGB value is (123,12,22). Sum of RGB (Red+Green+Blue) = 123+12+22=157 (20% of max value = 765). Red value is 123 (48.44% from 255 or 78.34% from 157); Green value is 12 (5.08% from 255 or 7.64% from 157); Blue value is 22 (8.98% from 255 or 14.01% from 157); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0C16 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7B0C16 is #84F3E9. Grayscale: #2E2E2E. Windows color (decimal): -8713194 or 1444987. OLE color: 1444987.

HSL color Cylindrical-coordinate representation of color #7B0C16: hue angle of 354.59º 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 #7B0C16 is Cyan = 0, Magento = 0.90, Yellow = 0.82 and Black (K on CMYK) = 0.52.

Color convert

RGB1231222-
CMYK00.900.820.52
HSL354.59º82.22%26.47%-
HSV(B)354.59º90.24%48.24%-
XYZ8.444.531.19-
YUV46.33114.27182.69-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 78.34%
GREEN value IS 12 (5.08% from 255) = 7.64%
BLUE value IS 22 (8.98% from 255) = 14.01%
R=78.34%
G=7.64%
B=14.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.82
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123122200.900.820.52354.5982.2226.47
Hex7BC1605A5234163521a
Octal173142601321226454312232
Binary1111011110010110010110101010010110100101100011101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B0C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,12,22); }

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

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

 a { background-color: rgb(123,12,22); }

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

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

 span { border-color: rgb(123,12,22); }

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