#491424

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

Shades of Bordeaux #491424

Tints of Bordeaux #491424

Color information

#491424 (or 0x491424) is unknown color: approx Bordeaux. HEX triplet: 49, 14 and 24. RGB value is (73,20,36). Sum of RGB (Red+Green+Blue) = 73+20+36=129 (17% of max value = 765). Red value is 73 (28.91% from 255 or 56.59% from 129); Green value is 20 (8.20% from 255 or 15.50% from 129); Blue value is 36 (14.45% from 255 or 27.91% from 129); Max value from RGB is 73 - color contains mainly: red. Hex color #491424 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491424 is #B6EBDB. Grayscale: #252525. Windows color (decimal): -11987932 or 2364489. OLE color: 2364489.

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

Color convert

RGB732036-
CMYK00.730.510.71
HSL341.89º56.99%18.24%-
HSV(B)341.89º72.6%28.63%-
XYZ3.322.041.89-
YUV37.67127.06153.2-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 56.59%
GREEN value IS 20 (8.20% from 255) = 15.50%
BLUE value IS 36 (14.45% from 255) = 27.91%
R=56.59%
G=15.50%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.51
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73203600.730.510.71341.8956.9918.24
Hex49142404933471563912
Octal11124440111631075267122
Binary10010011010010010001001001110011100011110101011011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491424; }

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

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

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

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

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

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

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

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