#4A1124

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

Shades of Bordeaux #4A1124

Tints of Bordeaux #4A1124

Color information

#4A1124 (or 0x4A1124) is unknown color: approx Bordeaux. HEX triplet: 4A, 11 and 24. RGB value is (74,17,36). Sum of RGB (Red+Green+Blue) = 74+17+36=127 (16% of max value = 765). Red value is 74 (29.30% from 255 or 58.27% from 127); Green value is 17 (7.03% from 255 or 13.39% from 127); Blue value is 36 (14.45% from 255 or 28.35% from 127); Max value from RGB is 74 - color contains mainly: red. Hex color #4A1124 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A1124 is #B5EEDB. Grayscale: #242424. Windows color (decimal): -11923164 or 2363722. OLE color: 2363722.

HSL color Cylindrical-coordinate representation of color #4A1124: hue angle of 340º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4A1124 is Cyan = 0, Magento = 0.77, Yellow = 0.51 and Black (K on CMYK) = 0.71.

Color convert

RGB741736-
CMYK00.770.510.71
HSL340º62.64%17.84%-
HSV(B)340º77.03%29.02%-
XYZ3.341.981.88-
YUV36.21127.88154.96-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 58.27%
GREEN value IS 17 (7.03% from 255) = 13.39%
BLUE value IS 36 (14.45% from 255) = 28.35%
R=58.27%
G=13.39%
B=28.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.51
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal74173600.770.510.7134062.6417.84
Hex4A112404D33471543f12
Octal11221440115631075247722
Binary10010101000110010001001101110011100011110101010011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A1124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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