#7B0921

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

Shades of Burgundy #7B0921

Tints of Burgundy #7B0921

Color information

#7B0921 (or 0x7B0921) is unknown color: approx Burgundy. HEX triplet: 7B, 09 and 21. RGB value is (123,9,33). Sum of RGB (Red+Green+Blue) = 123+9+33=165 (21% of max value = 765). Red value is 123 (48.44% from 255 or 74.55% from 165); Green value is 9 (3.91% from 255 or 5.45% from 165); Blue value is 33 (13.28% from 255 or 20% from 165); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0921 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B0921 is #84F6DE. Grayscale: #2D2D2D. Windows color (decimal): -8713951 or 2165115. OLE color: 2165115.

HSL color Cylindrical-coordinate representation of color #7B0921: hue angle of 347.37º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7B0921 is Cyan = 0, Magento = 0.93, Yellow = 0.73 and Black (K on CMYK) = 0.52.

Color convert

RGB123933-
CMYK00.930.730.52
HSL347.37º86.36%25.88%-
HSV(B)347.37º92.68%48.24%-
XYZ8.544.521.86-
YUV45.82120.77183.05-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 74.55%
GREEN value IS 9 (3.91% from 255) = 5.45%
BLUE value IS 33 (13.28% from 255) = 20%
R=74.55%
G=5.45%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.73
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12393300.930.730.52347.3786.3625.88
Hex7B92105D493415b561a
Octal173114101351116453312632
Binary11110111001100001010111011001001110100101011011101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B0921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,9,33); }

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

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

 a { background-color: rgb(123,9,33); }

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

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

 span { border-color: rgb(123,9,33); }

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