#7B0033

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

Shades of Burgundy #7B0033

Tints of Burgundy #7B0033

Color information

#7B0033 (or 0x7B0033) is unknown color: approx Burgundy. HEX triplet: 7B, 00 and 33. RGB value is (123,0,51). Sum of RGB (Red+Green+Blue) = 123+0+51=174 (23% of max value = 765). Red value is 123 (48.44% from 255 or 70.69% from 174); Green value is 0 (0.39% from 255 or 0% from 174); Blue value is 51 (20.31% from 255 or 29.31% from 174); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0033 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B0033 is #84FFCC. Grayscale: #2A2A2A. Windows color (decimal): -8716237 or 3342459. OLE color: 3342459.

HSL color Cylindrical-coordinate representation of color #7B0033: hue angle of 335.12º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7B0033 is Cyan = 0, Magento = 1, Yellow = 0.59 and Black (K on CMYK) = 0.52.

Color convert

RGB123051-
CMYK010.590.52
HSL335.12º100%24.12%-
HSV(B)335.12º100%48.24%-
XYZ8.774.453.53-
YUV42.59132.75185.35-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 70.69%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 51 (20.31% from 255) = 29.31%
R=70.69%
G=0%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.59
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123051010.590.52335.1210024.12
Hex7B0330643B3414f6418
Octal1730630144736451714430
Binary1111011011001101100100111011110100101001111110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B0033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,0,51); }

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

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

 a { background-color: rgb(123,0,51); }

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

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

 span { border-color: rgb(123,0,51); }

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