#491E29

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

Shades of Bordeaux #491E29

Tints of Bordeaux #491E29

Color information

#491E29 (or 0x491E29) is unknown color: approx Bordeaux. HEX triplet: 49, 1E and 29. RGB value is (73,30,41). Sum of RGB (Red+Green+Blue) = 73+30+41=144 (19% of max value = 765). Red value is 73 (28.91% from 255 or 50.69% from 144); Green value is 30 (12.11% from 255 or 20.83% from 144); Blue value is 41 (16.41% from 255 or 28.47% from 144); Max value from RGB is 73 - color contains mainly: red. Hex color #491E29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #491E29 is #B6E1D6. Grayscale: #2C2C2C. Windows color (decimal): -11985367 or 2694729. OLE color: 2694729.

HSL color Cylindrical-coordinate representation of color #491E29: hue angle of 344.65º degrees, saturation: 0.42, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #491E29 is Cyan = 0, Magento = 0.59, Yellow = 0.44 and Black (K on CMYK) = 0.71.

Color convert

RGB733041-
CMYK00.590.440.71
HSL344.65º41.75%20.2%-
HSV(B)344.65º58.9%28.63%-
XYZ3.612.512.39-
YUV44.11126.25148.61-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 50.69%
GREEN value IS 30 (12.11% from 255) = 20.83%
BLUE value IS 41 (16.41% from 255) = 28.47%
R=50.69%
G=20.83%
B=28.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.44
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73304100.590.440.71344.6541.7520.2
Hex491E2903B2C471592a14
Octal1113651073541075315224
Binary1001001111101010010111011101100100011110101100110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491E29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,30,41); }

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

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

 a { background-color: rgb(73,30,41); }

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

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

 span { border-color: rgb(73,30,41); }

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