#7B0212

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

Shades of Burgundy #7B0212

Tints of Burgundy #7B0212

Color information

#7B0212 (or 0x7B0212) is unknown color: approx Burgundy. HEX triplet: 7B, 02 and 12. RGB value is (123,2,18). Sum of RGB (Red+Green+Blue) = 123+2+18=143 (18% of max value = 765). Red value is 123 (48.44% from 255 or 86.01% from 143); Green value is 2 (1.17% from 255 or 1.40% from 143); Blue value is 18 (7.42% from 255 or 12.59% from 143); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0212 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7B0212 is #84FDED. Grayscale: #282828. Windows color (decimal): -8715758 or 1180283. OLE color: 1180283.

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

Color convert

RGB123218-
CMYK00.980.850.52
HSL352.07º96.8%24.51%-
HSV(B)352.07º98.37%48.24%-
XYZ8.34.30.96-
YUV40115.59187.2-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 86.01%
GREEN value IS 2 (1.17% from 255) = 1.40%
BLUE value IS 18 (7.42% from 255) = 12.59%
R=86.01%
G=1.40%
B=12.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.85
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12321800.980.850.52352.0796.824.51
Hex7B21206255341606119
Octal17322201421256454014131
Binary11110111010010011000101010101110100101100000110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B0212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,2,18); }

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

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

 a { background-color: rgb(123,2,18); }

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

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

 span { border-color: rgb(123,2,18); }

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