#491523

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

Shades of Bordeaux #491523

Tints of Bordeaux #491523

Color information

#491523 (or 0x491523) is unknown color: approx Bordeaux. HEX triplet: 49, 15 and 23. RGB value is (73,21,35). Sum of RGB (Red+Green+Blue) = 73+21+35=129 (17% of max value = 765). Red value is 73 (28.91% from 255 or 56.59% from 129); Green value is 21 (8.59% from 255 or 16.28% from 129); Blue value is 35 (14.06% from 255 or 27.13% from 129); Max value from RGB is 73 - color contains mainly: red. Hex color #491523 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491523 is #B6EADC. Grayscale: #262626. Windows color (decimal): -11987677 or 2299209. OLE color: 2299209.

HSL color Cylindrical-coordinate representation of color #491523: hue angle of 343.85º degrees, saturation: 0.55, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #491523 is Cyan = 0, Magento = 0.71, Yellow = 0.52 and Black (K on CMYK) = 0.71.

Color convert

RGB732135-
CMYK00.710.520.71
HSL343.85º55.32%18.43%-
HSV(B)343.85º71.23%28.63%-
XYZ3.322.071.82-
YUV38.14126.23152.86-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 56.59%
GREEN value IS 21 (8.59% from 255) = 16.28%
BLUE value IS 35 (14.06% from 255) = 27.13%
R=56.59%
G=16.28%
B=27.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.52
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73213500.710.520.71343.8555.3218.43
Hex49152304734471583712
Octal11125430107641075306722
Binary10010011010110001101000111110100100011110101100011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491523; }

 p { color: rgb(73,21,35); }

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

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

 a { background-color: rgb(73,21,35); }

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

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

 span { border-color: rgb(73,21,35); }

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