#7B052E

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

Shades of Burgundy #7B052E

Tints of Burgundy #7B052E

Color information

#7B052E (or 0x7B052E) is unknown color: approx Burgundy. HEX triplet: 7B, 05 and 2E. RGB value is (123,5,46). Sum of RGB (Red+Green+Blue) = 123+5+46=174 (23% of max value = 765). Red value is 123 (48.44% from 255 or 70.69% from 174); Green value is 5 (2.34% from 255 or 2.87% from 174); Blue value is 46 (18.36% from 255 or 26.44% from 174); Max value from RGB is 123 - color contains mainly: red. Hex color #7B052E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B052E is #84FAD1. Grayscale: #2C2C2C. Windows color (decimal): -8714962 or 3016059. OLE color: 3016059.

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

Color convert

RGB123546-
CMYK00.960.630.52
HSL339.15º92.19%25.1%-
HSV(B)339.15º95.93%48.24%-
XYZ8.724.523-
YUV44.96128.59183.67-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 70.69%
GREEN value IS 5 (2.34% from 255) = 2.87%
BLUE value IS 46 (18.36% from 255) = 26.44%
R=70.69%
G=2.87%
B=26.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.63
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12354600.960.630.52339.1592.1925.1
Hex7B52E0603F341535c19
Octal1735560140776452313431
Binary111101110110111001100000111111110100101010011101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B052E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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