#7B022E

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

Shades of Burgundy #7B022E

Tints of Burgundy #7B022E

Color information

#7B022E (or 0x7B022E) is unknown color: approx Burgundy. HEX triplet: 7B, 02 and 2E. RGB value is (123,2,46). Sum of RGB (Red+Green+Blue) = 123+2+46=171 (22% of max value = 765). Red value is 123 (48.44% from 255 or 71.93% from 171); Green value is 2 (1.17% from 255 or 1.17% from 171); Blue value is 46 (18.36% from 255 or 26.90% from 171); Max value from RGB is 123 - color contains mainly: red. Hex color #7B022E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B022E is #84FDD1. Grayscale: #2B2B2B. Windows color (decimal): -8715730 or 3015291. OLE color: 3015291.

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

Color convert

RGB123246-
CMYK00.980.630.52
HSL338.18º96.8%24.51%-
HSV(B)338.18º98.37%48.24%-
XYZ8.684.452.99-
YUV43.2129.59184.92-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 71.93%
GREEN value IS 2 (1.17% from 255) = 1.17%
BLUE value IS 46 (18.36% from 255) = 26.90%
R=71.93%
G=1.17%
B=26.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.63
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12324600.980.630.52338.1896.824.51
Hex7B22E0623F341526119
Octal1732560142776452214131
Binary11110111010111001100010111111110100101010010110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B022E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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