#491D24

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

Shades of Bordeaux #491D24

Tints of Bordeaux #491D24

Color information

#491D24 (or 0x491D24) is unknown color: approx Bordeaux. HEX triplet: 49, 1D and 24. RGB value is (73,29,36). Sum of RGB (Red+Green+Blue) = 73+29+36=138 (18% of max value = 765). Red value is 73 (28.91% from 255 or 52.90% from 138); Green value is 29 (11.72% from 255 or 21.01% from 138); Blue value is 36 (14.45% from 255 or 26.09% from 138); Max value from RGB is 73 - color contains mainly: red. Hex color #491D24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #491D24 is #B6E2DB. Grayscale: #2A2A2A. Windows color (decimal): -11985628 or 2366793. OLE color: 2366793.

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

Color convert

RGB732936-
CMYK00.600.510.71
HSL350.45º43.14%20%-
HSV(B)350.45º60.27%28.63%-
XYZ3.512.421.95-
YUV42.95124.08149.43-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 52.90%
GREEN value IS 29 (11.72% from 255) = 21.01%
BLUE value IS 36 (14.45% from 255) = 26.09%
R=52.90%
G=21.01%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.51
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73293600.600.510.71350.4543.1420
Hex491D2403C334715e2b14
Octal1113544074631075365324
Binary1001001111011001000111100110011100011110101111010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491D24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491D24; }

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

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

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

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

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

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

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

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