#491924

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

Shades of Bordeaux #491924

Tints of Bordeaux #491924

Color information

#491924 (or 0x491924) is unknown color: approx Bordeaux. HEX triplet: 49, 19 and 24. RGB value is (73,25,36). Sum of RGB (Red+Green+Blue) = 73+25+36=134 (17% of max value = 765). Red value is 73 (28.91% from 255 or 54.48% from 134); Green value is 25 (10.16% from 255 or 18.66% from 134); Blue value is 36 (14.45% from 255 or 26.87% from 134); Max value from RGB is 73 - color contains mainly: red. Hex color #491924 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491924 is #B6E6DB. Grayscale: #282828. Windows color (decimal): -11986652 or 2365769. OLE color: 2365769.

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

Color convert

RGB732536-
CMYK00.660.510.71
HSL346.25º48.98%19.22%-
HSV(B)346.25º65.75%28.63%-
XYZ3.412.241.92-
YUV40.61125.4151.11-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 54.48%
GREEN value IS 25 (10.16% from 255) = 18.66%
BLUE value IS 36 (14.45% from 255) = 26.87%
R=54.48%
G=18.66%
B=26.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.51
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73253600.660.510.71346.2548.9819.22
Hex491924042334715a3113
Octal11131440102631075326123
Binary10010011100110010001000010110011100011110101101011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491924

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491924; }

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

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

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

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

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

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

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

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