#491521

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

Shades of Bordeaux #491521

Tints of Bordeaux #491521

Color information

#491521 (or 0x491521) is unknown color: approx Bordeaux. HEX triplet: 49, 15 and 21. RGB value is (73,21,33). Sum of RGB (Red+Green+Blue) = 73+21+33=127 (16% of max value = 765). Red value is 73 (28.91% from 255 or 57.48% from 127); Green value is 21 (8.59% from 255 or 16.54% from 127); Blue value is 33 (13.28% from 255 or 25.98% from 127); Max value from RGB is 73 - color contains mainly: red. Hex color #491521 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491521 is #B6EADE. Grayscale: #252525. Windows color (decimal): -11987679 or 2168137. OLE color: 2168137.

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

Color convert

RGB732133-
CMYK00.710.550.71
HSL346.15º55.32%18.43%-
HSV(B)346.15º71.23%28.63%-
XYZ3.292.061.66-
YUV37.92125.23153.02-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 57.48%
GREEN value IS 21 (8.59% from 255) = 16.54%
BLUE value IS 33 (13.28% from 255) = 25.98%
R=57.48%
G=16.54%
B=25.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.55
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73213300.710.550.71346.1555.3218.43
Hex491521047374715a3712
Octal11125410107671075326722
Binary10010011010110000101000111110111100011110101101011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491521; }

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

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

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

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

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

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

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

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