#7C0125

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

Shades of Burgundy #7C0125

Tints of Burgundy #7C0125

Color information

#7C0125 (or 0x7C0125) is unknown color: approx Burgundy. HEX triplet: 7C, 01 and 25. RGB value is (124,1,37). Sum of RGB (Red+Green+Blue) = 124+1+37=162 (21% of max value = 765). Red value is 124 (48.83% from 255 or 76.54% from 162); Green value is 1 (0.78% from 255 or 0.62% from 162); Blue value is 37 (14.84% from 255 or 22.84% from 162); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0125 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C0125 is #83FEDA. Grayscale: #292929. Windows color (decimal): -8650459 or 2425212. OLE color: 2425212.

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

Color convert

RGB124137-
CMYK00.990.700.51
HSL342.44º98.4%24.51%-
HSV(B)342.44º99.19%48.63%-
XYZ8.664.442.15-
YUV41.88125.25186.57-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 76.54%
GREEN value IS 1 (0.78% from 255) = 0.62%
BLUE value IS 37 (14.84% from 255) = 22.84%
R=76.54%
G=0.62%
B=22.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.70
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12413700.990.700.51342.4498.424.51
Hex7C12506346331566219
Octal17414501431066352614231
Binary11111001100101011000111000110110011101010110110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C0125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,1,37); }

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

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

 a { background-color: rgb(124,1,37); }

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

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

 span { border-color: rgb(124,1,37); }

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