#4D1124

Color #4D1124 Bordeaux (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bordeaux #4D1124

Tints of Bordeaux #4D1124

Color information

#4D1124 (or 0x4D1124) is unknown color: approx Bordeaux. HEX triplet: 4D, 11 and 24. RGB value is (77,17,36). Sum of RGB (Red+Green+Blue) = 77+17+36=130 (17% of max value = 765). Red value is 77 (30.47% from 255 or 59.23% from 130); Green value is 17 (7.03% from 255 or 13.08% from 130); Blue value is 36 (14.45% from 255 or 27.69% from 130); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1124 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D1124 is #B2EEDB. Grayscale: #252525. Windows color (decimal): -11726556 or 2363725. OLE color: 2363725.

HSL color Cylindrical-coordinate representation of color #4D1124: hue angle of 341º degrees, saturation: 0.64, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4D1124 is Cyan = 0, Magento = 0.78, Yellow = 0.53 and Black (K on CMYK) = 0.70.

Color convert

RGB771736-
CMYK00.780.530.70
HSL341º63.83%18.43%-
HSV(B)341º77.92%30.2%-
XYZ3.582.111.89-
YUV37.11127.38156.46-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 59.23%
GREEN value IS 17 (7.03% from 255) = 13.08%
BLUE value IS 36 (14.45% from 255) = 27.69%
R=59.23%
G=13.08%
B=27.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.53
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77173600.780.530.7034163.8318.43
Hex4D112404E35461554012
Octal115214401166510652510022
Binary100110110001100100010011101101011000110101010101100000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D1124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4D1124; }

 p { color: rgb(77,17,36); }

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

<style>
 a { background-color: #4D1124; }

 a { background-color: rgb(77,17,36); }

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

<style>
 span { border-color: #4D1124; }

 span { border-color: rgb(77,17,36); }

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