#7B0423

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

Shades of Burgundy #7B0423

Tints of Burgundy #7B0423

Color information

#7B0423 (or 0x7B0423) is unknown color: approx Burgundy. HEX triplet: 7B, 04 and 23. RGB value is (123,4,35). Sum of RGB (Red+Green+Blue) = 123+4+35=162 (21% of max value = 765). Red value is 123 (48.44% from 255 or 75.93% from 162); Green value is 4 (1.95% from 255 or 2.47% from 162); Blue value is 35 (14.06% from 255 or 21.60% from 162); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0423 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B0423 is #84FBDC. Grayscale: #2B2B2B. Windows color (decimal): -8715229 or 2294907. OLE color: 2294907.

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

Color convert

RGB123435-
CMYK00.970.720.52
HSL344.37º93.7%24.9%-
HSV(B)344.37º96.75%48.24%-
XYZ8.524.421.99-
YUV43.12123.42184.98-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 75.93%
GREEN value IS 4 (1.95% from 255) = 2.47%
BLUE value IS 35 (14.06% from 255) = 21.60%
R=75.93%
G=2.47%
B=21.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.72
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12343500.970.720.52344.3793.724.9
Hex7B42306148341585e19
Octal17344301411106453013631
Binary1111011100100011011000011001000110100101011000101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B0423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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