#491D21

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

Shades of Bordeaux #491D21

Tints of Bordeaux #491D21

Color information

#491D21 (or 0x491D21) is unknown color: approx Bordeaux. HEX triplet: 49, 1D and 21. RGB value is (73,29,33). Sum of RGB (Red+Green+Blue) = 73+29+33=135 (17% of max value = 765). Red value is 73 (28.91% from 255 or 54.07% from 135); Green value is 29 (11.72% from 255 or 21.48% from 135); Blue value is 33 (13.28% from 255 or 24.44% from 135); Max value from RGB is 73 - color contains mainly: red. Hex color #491D21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #491D21 is #B6E2DE. Grayscale: #2A2A2A. Windows color (decimal): -11985631 or 2170185. OLE color: 2170185.

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

Color convert

RGB732933-
CMYK00.600.550.71
HSL354.55º43.14%20%-
HSV(B)354.55º60.27%28.63%-
XYZ3.462.411.72-
YUV42.61122.58149.67-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 54.07%
GREEN value IS 29 (11.72% from 255) = 21.48%
BLUE value IS 33 (13.28% from 255) = 24.44%
R=54.07%
G=21.48%
B=24.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.55
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73293300.600.550.71354.5543.1420
Hex491D2103C37471632b14
Octal1113541074671075435324
Binary1001001111011000010111100110111100011110110001110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491D21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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