#7B022F

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

Shades of Burgundy #7B022F

Tints of Burgundy #7B022F

Color information

#7B022F (or 0x7B022F) is unknown color: approx Burgundy. HEX triplet: 7B, 02 and 2F. RGB value is (123,2,47). Sum of RGB (Red+Green+Blue) = 123+2+47=172 (22% of max value = 765). Red value is 123 (48.44% from 255 or 71.51% from 172); Green value is 2 (1.17% from 255 or 1.16% from 172); Blue value is 47 (18.75% from 255 or 27.33% from 172); Max value from RGB is 123 - color contains mainly: red. Hex color #7B022F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B022F is #84FDD0. Grayscale: #2B2B2B. Windows color (decimal): -8715729 or 3080827. OLE color: 3080827.

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

Color convert

RGB123247-
CMYK00.980.620.52
HSL337.69º96.8%24.51%-
HSV(B)337.69º98.37%48.24%-
XYZ8.74.463.09-
YUV43.31130.09184.84-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 71.51%
GREEN value IS 2 (1.17% from 255) = 1.16%
BLUE value IS 47 (18.75% from 255) = 27.33%
R=71.51%
G=1.16%
B=27.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.62
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12324700.980.620.52337.6996.824.51
Hex7B22F0623E341526119
Octal1732570142766452214131
Binary11110111010111101100010111110110100101010010110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B022F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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