#7C0D32

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

Shades of Burgundy #7C0D32

Tints of Burgundy #7C0D32

Color information

#7C0D32 (or 0x7C0D32) is unknown color: approx Burgundy. HEX triplet: 7C, 0D and 32. RGB value is (124,13,50). Sum of RGB (Red+Green+Blue) = 124+13+50=187 (24% of max value = 765). Red value is 124 (48.83% from 255 or 66.31% from 187); Green value is 13 (5.47% from 255 or 6.95% from 187); Blue value is 50 (19.92% from 255 or 26.74% from 187); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0D32 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C0D32 is #83F2CD. Grayscale: #323232. Windows color (decimal): -8647374 or 3280252. OLE color: 3280252.

HSL color Cylindrical-coordinate representation of color #7C0D32: hue angle of 340º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7C0D32 is Cyan = 0, Magento = 0.90, Yellow = 0.60 and Black (K on CMYK) = 0.51.

Color convert

RGB1241350-
CMYK00.900.600.51
HSL340º81.02%26.86%-
HSV(B)340º89.52%48.63%-
XYZ9.034.83.47-
YUV50.41127.77180.49-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 66.31%
GREEN value IS 13 (5.47% from 255) = 6.95%
BLUE value IS 50 (19.92% from 255) = 26.74%
R=66.31%
G=6.95%
B=26.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.60
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124135000.900.600.5134081.0226.86
Hex7CD3205A3C33154511b
Octal17415620132746352412133
Binary1111100110111001001011010111100110011101010100101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C0D32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,13,50); }

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

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

 a { background-color: rgb(124,13,50); }

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

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

 span { border-color: rgb(124,13,50); }

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