#491820

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

Shades of Bordeaux #491820

Tints of Bordeaux #491820

Color information

#491820 (or 0x491820) is unknown color: approx Bordeaux. HEX triplet: 49, 18 and 20. RGB value is (73,24,32). Sum of RGB (Red+Green+Blue) = 73+24+32=129 (17% of max value = 765). Red value is 73 (28.91% from 255 or 56.59% from 129); Green value is 24 (9.77% from 255 or 18.60% from 129); Blue value is 32 (12.89% from 255 or 24.81% from 129); Max value from RGB is 73 - color contains mainly: red. Hex color #491820 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491820 is #B6E7DF. Grayscale: #272727. Windows color (decimal): -11986912 or 2103369. OLE color: 2103369.

HSL color Cylindrical-coordinate representation of color #491820: hue angle of 350.2º degrees, saturation: 0.51, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #491820 is Cyan = 0, Magento = 0.67, Yellow = 0.56 and Black (K on CMYK) = 0.71.

Color convert

RGB732432-
CMYK00.670.560.71
HSL350.2º50.52%19.02%-
HSV(B)350.2º67.12%28.63%-
XYZ3.332.171.61-
YUV39.56123.73151.85-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 56.59%
GREEN value IS 24 (9.77% from 255) = 18.60%
BLUE value IS 32 (12.89% from 255) = 24.81%
R=56.59%
G=18.60%
B=24.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.56
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73243200.670.560.71350.250.5219.02
Hex491820043384715e3313
Octal11130400103701075366323
Binary10010011100010000001000011111000100011110101111011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491820; }

 p { color: rgb(73,24,32); }

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

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

 a { background-color: rgb(73,24,32); }

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

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

 span { border-color: rgb(73,24,32); }

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