#491224

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

Shades of Bordeaux #491224

Tints of Bordeaux #491224

Color information

#491224 (or 0x491224) is unknown color: approx Bordeaux. HEX triplet: 49, 12 and 24. RGB value is (73,18,36). Sum of RGB (Red+Green+Blue) = 73+18+36=127 (16% of max value = 765). Red value is 73 (28.91% from 255 or 57.48% from 127); Green value is 18 (7.42% from 255 or 14.17% from 127); Blue value is 36 (14.45% from 255 or 28.35% from 127); Max value from RGB is 73 - color contains mainly: red. Hex color #491224 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491224 is #B6EDDB. Grayscale: #242424. Windows color (decimal): -11988444 or 2363977. OLE color: 2363977.

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

Color convert

RGB731836-
CMYK00.750.510.71
HSL340.36º60.44%17.84%-
HSV(B)340.36º75.34%28.63%-
XYZ3.281.981.88-
YUV36.5127.72154.04-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 57.48%
GREEN value IS 18 (7.42% from 255) = 14.17%
BLUE value IS 36 (14.45% from 255) = 28.35%
R=57.48%
G=14.17%
B=28.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.51
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73183600.750.510.71340.3660.4417.84
Hex49122404B33471543c12
Octal11122440113631075247422
Binary10010011001010010001001011110011100011110101010011110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491224; }

 p { color: rgb(73,18,36); }

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

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

 a { background-color: rgb(73,18,36); }

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

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

 span { border-color: rgb(73,18,36); }

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