#491E28

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

Shades of Bordeaux #491E28

Tints of Bordeaux #491E28

Color information

#491E28 (or 0x491E28) is unknown color: approx Bordeaux. HEX triplet: 49, 1E and 28. RGB value is (73,30,40). Sum of RGB (Red+Green+Blue) = 73+30+40=143 (18% of max value = 765). Red value is 73 (28.91% from 255 or 51.05% from 143); Green value is 30 (12.11% from 255 or 20.98% from 143); Blue value is 40 (16.02% from 255 or 27.97% from 143); Max value from RGB is 73 - color contains mainly: red. Hex color #491E28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #491E28 is #B6E1D7. Grayscale: #2B2B2B. Windows color (decimal): -11985368 or 2629193. OLE color: 2629193.

HSL color Cylindrical-coordinate representation of color #491E28: hue angle of 346.05º 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 #491E28 is Cyan = 0, Magento = 0.59, Yellow = 0.45 and Black (K on CMYK) = 0.71.

Color convert

RGB733040-
CMYK00.590.450.71
HSL346.05º41.75%20.2%-
HSV(B)346.05º58.9%28.63%-
XYZ3.592.52.3-
YUV44125.75148.69-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 51.05%
GREEN value IS 30 (12.11% from 255) = 20.98%
BLUE value IS 40 (16.02% from 255) = 27.97%
R=51.05%
G=20.98%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.45
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73304000.590.450.71346.0541.7520.2
Hex491E2803B2D4715a2a14
Octal1113650073551075325224
Binary1001001111101010000111011101101100011110101101010101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491E28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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