#7C0423

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

Shades of Burgundy #7C0423

Tints of Burgundy #7C0423

Color information

#7C0423 (or 0x7C0423) is unknown color: approx Burgundy. HEX triplet: 7C, 04 and 23. RGB value is (124,4,35). Sum of RGB (Red+Green+Blue) = 124+4+35=163 (21% of max value = 765). Red value is 124 (48.83% from 255 or 76.07% from 163); Green value is 4 (1.95% from 255 or 2.45% from 163); Blue value is 35 (14.06% from 255 or 21.47% from 163); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0423 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C0423 is #83FBDC. Grayscale: #2B2B2B. Windows color (decimal): -8649693 or 2294908. OLE color: 2294908.

HSL color Cylindrical-coordinate representation of color #7C0423: hue angle of 344.5º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7C0423 is Cyan = 0, Magento = 0.97, Yellow = 0.72 and Black (K on CMYK) = 0.51.

Color convert

RGB124435-
CMYK00.970.720.51
HSL344.5º93.75%25.1%-
HSV(B)344.5º96.77%48.63%-
XYZ8.664.492-
YUV43.41123.26185.48-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 76.07%
GREEN value IS 4 (1.95% from 255) = 2.45%
BLUE value IS 35 (14.06% from 255) = 21.47%
R=76.07%
G=2.45%
B=21.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.72
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12443500.970.720.51344.593.7525.1
Hex7C42306148331585e19
Octal17444301411106353013631
Binary1111100100100011011000011001000110011101011000101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C0423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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