#491D25

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

Shades of Bordeaux #491D25

Tints of Bordeaux #491D25

Color information

#491D25 (or 0x491D25) is unknown color: approx Bordeaux. HEX triplet: 49, 1D and 25. RGB value is (73,29,37). Sum of RGB (Red+Green+Blue) = 73+29+37=139 (18% of max value = 765). Red value is 73 (28.91% from 255 or 52.52% from 139); Green value is 29 (11.72% from 255 or 20.86% from 139); Blue value is 37 (14.84% from 255 or 26.62% from 139); Max value from RGB is 73 - color contains mainly: red. Hex color #491D25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #491D25 is #B6E2DA. Grayscale: #2B2B2B. Windows color (decimal): -11985627 or 2432329. OLE color: 2432329.

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

Color convert

RGB732937-
CMYK00.600.490.71
HSL349.09º43.14%20%-
HSV(B)349.09º60.27%28.63%-
XYZ3.522.432.03-
YUV43.07124.58149.35-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 52.52%
GREEN value IS 29 (11.72% from 255) = 20.86%
BLUE value IS 37 (14.84% from 255) = 26.62%
R=52.52%
G=20.86%
B=26.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.49
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73293700.600.490.71349.0943.1420
Hex491D2503C314715d2b14
Octal1113545074611075355324
Binary1001001111011001010111100110001100011110101110110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491D25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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