#7C0A1B

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

Shades of Burgundy #7C0A1B

Tints of Burgundy #7C0A1B

Color information

#7C0A1B (or 0x7C0A1B) is unknown color: approx Burgundy. HEX triplet: 7C, 0A and 1B. RGB value is (124,10,27). Sum of RGB (Red+Green+Blue) = 124+10+27=161 (21% of max value = 765). Red value is 124 (48.83% from 255 or 77.02% from 161); Green value is 10 (4.30% from 255 or 6.21% from 161); Blue value is 27 (10.94% from 255 or 16.77% from 161); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0A1B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C0A1B is #83F5E4. Grayscale: #2E2E2E. Windows color (decimal): -8648165 or 1772156. OLE color: 1772156.

HSL color Cylindrical-coordinate representation of color #7C0A1B: hue angle of 351.05º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7C0A1B is Cyan = 0, Magento = 0.92, Yellow = 0.78 and Black (K on CMYK) = 0.51.

Color convert

RGB1241027-
CMYK00.920.780.51
HSL351.05º85.07%26.27%-
HSV(B)351.05º91.94%48.63%-
XYZ8.624.581.47-
YUV46.02117.27183.62-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 77.02%
GREEN value IS 10 (4.30% from 255) = 6.21%
BLUE value IS 27 (10.94% from 255) = 16.77%
R=77.02%
G=6.21%
B=16.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.78
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124102700.920.780.51351.0585.0726.27
Hex7CA1B05C4E3315f551a
Octal174123301341166353712532
Binary1111100101011011010111001001110110011101011111101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C0A1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,10,27); }

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

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

 a { background-color: rgb(124,10,27); }

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

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

 span { border-color: rgb(124,10,27); }

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