#7B0324

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

Shades of Burgundy #7B0324

Tints of Burgundy #7B0324

Color information

#7B0324 (or 0x7B0324) is unknown color: approx Burgundy. HEX triplet: 7B, 03 and 24. RGB value is (123,3,36). Sum of RGB (Red+Green+Blue) = 123+3+36=162 (21% of max value = 765). Red value is 123 (48.44% from 255 or 75.93% from 162); Green value is 3 (1.56% from 255 or 1.85% from 162); Blue value is 36 (14.45% from 255 or 22.22% from 162); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0324 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B0324 is #84FCDB. Grayscale: #2A2A2A. Windows color (decimal): -8715484 or 2360187. OLE color: 2360187.

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

Color convert

RGB123336-
CMYK00.980.710.52
HSL343.5º95.24%24.71%-
HSV(B)343.5º97.56%48.24%-
XYZ8.524.42.07-
YUV42.64124.26185.32-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 75.93%
GREEN value IS 3 (1.56% from 255) = 1.85%
BLUE value IS 36 (14.45% from 255) = 22.22%
R=75.93%
G=1.85%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.71
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12333600.980.710.52343.595.2424.71
Hex7B32406247341585f19
Octal17334401421076453013731
Binary111101111100100011000101000111110100101011000101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B0324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,3,36); }

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

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

 a { background-color: rgb(123,3,36); }

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

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

 span { border-color: rgb(123,3,36); }

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