#491A24

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

Shades of Bordeaux #491A24

Tints of Bordeaux #491A24

Color information

#491A24 (or 0x491A24) is unknown color: approx Bordeaux. HEX triplet: 49, 1A and 24. RGB value is (73,26,36). Sum of RGB (Red+Green+Blue) = 73+26+36=135 (17% of max value = 765). Red value is 73 (28.91% from 255 or 54.07% from 135); Green value is 26 (10.55% from 255 or 19.26% from 135); Blue value is 36 (14.45% from 255 or 26.67% from 135); Max value from RGB is 73 - color contains mainly: red. Hex color #491A24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #491A24 is #B6E5DB. Grayscale: #292929. Windows color (decimal): -11986396 or 2366025. OLE color: 2366025.

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

Color convert

RGB732636-
CMYK00.640.510.71
HSL347.23º47.47%19.41%-
HSV(B)347.23º64.38%28.63%-
XYZ3.442.281.93-
YUV41.19125.07150.69-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 54.07%
GREEN value IS 26 (10.55% from 255) = 19.26%
BLUE value IS 36 (14.45% from 255) = 26.67%
R=54.07%
G=19.26%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.51
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73263600.640.510.71347.2347.4719.41
Hex491A24040334715b2f13
Octal11132440100631075335723
Binary10010011101010010001000000110011100011110101101110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491A24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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