#7B042E

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

Shades of Burgundy #7B042E

Tints of Burgundy #7B042E

Color information

#7B042E (or 0x7B042E) is unknown color: approx Burgundy. HEX triplet: 7B, 04 and 2E. RGB value is (123,4,46). Sum of RGB (Red+Green+Blue) = 123+4+46=173 (22% of max value = 765). Red value is 123 (48.44% from 255 or 71.10% from 173); Green value is 4 (1.95% from 255 or 2.31% from 173); Blue value is 46 (18.36% from 255 or 26.59% from 173); Max value from RGB is 123 - color contains mainly: red. Hex color #7B042E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B042E is #84FBD1. Grayscale: #2C2C2C. Windows color (decimal): -8715218 or 3015803. OLE color: 3015803.

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

Color convert

RGB123446-
CMYK00.970.630.52
HSL338.82º93.7%24.9%-
HSV(B)338.82º96.75%48.24%-
XYZ8.74.52.99-
YUV44.37128.92184.08-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 71.10%
GREEN value IS 4 (1.95% from 255) = 2.31%
BLUE value IS 46 (18.36% from 255) = 26.59%
R=71.10%
G=2.31%
B=26.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.63
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12344600.970.630.52338.8293.724.9
Hex7B42E0613F341535e19
Octal1734560141776452313631
Binary111101110010111001100001111111110100101010011101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B042E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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