#7B042F

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

Shades of Burgundy #7B042F

Tints of Burgundy #7B042F

Color information

#7B042F (or 0x7B042F) is unknown color: approx Burgundy. HEX triplet: 7B, 04 and 2F. RGB value is (123,4,47). Sum of RGB (Red+Green+Blue) = 123+4+47=174 (23% of max value = 765). Red value is 123 (48.44% from 255 or 70.69% from 174); Green value is 4 (1.95% from 255 or 2.30% from 174); Blue value is 47 (18.75% from 255 or 27.01% from 174); Max value from RGB is 123 - color contains mainly: red. Hex color #7B042F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B042F is #84FBD0. Grayscale: #2C2C2C. Windows color (decimal): -8715217 or 3081339. OLE color: 3081339.

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

Color convert

RGB123447-
CMYK00.970.620.52
HSL338.32º93.7%24.9%-
HSV(B)338.32º96.75%48.24%-
XYZ8.724.53.1-
YUV44.48129.42184-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 70.69%
GREEN value IS 4 (1.95% from 255) = 2.30%
BLUE value IS 47 (18.75% from 255) = 27.01%
R=70.69%
G=2.30%
B=27.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.62
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12344700.970.620.52338.3293.724.9
Hex7B42F0613E341525e19
Octal1734570141766452213631
Binary111101110010111101100001111110110100101010010101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B042F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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