#490818

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

Shades of Bordeaux #490818

Tints of Bordeaux #490818

Color information

#490818 (or 0x490818) is unknown color: approx Bordeaux. HEX triplet: 49, 08 and 18. RGB value is (73,8,24). Sum of RGB (Red+Green+Blue) = 73+8+24=105 (13% of max value = 765). Red value is 73 (28.91% from 255 or 69.52% from 105); Green value is 8 (3.52% from 255 or 7.62% from 105); Blue value is 24 (9.77% from 255 or 22.86% from 105); Max value from RGB is 73 - color contains mainly: red. Hex color #490818 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #490818 is #B6F7E7. Grayscale: #1D1D1D. Windows color (decimal): -11991016 or 1574985. OLE color: 1574985.

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

Color convert

RGB73824-
CMYK00.890.670.71
HSL345.23º80.25%15.88%-
HSV(B)345.23º89.04%28.63%-
XYZ31.661.03-
YUV29.26125.03159.2-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 69.52%
GREEN value IS 8 (3.52% from 255) = 7.62%
BLUE value IS 24 (9.77% from 255) = 22.86%
R=69.52%
G=7.62%
B=22.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.67
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7382400.890.670.71345.2380.2515.88
Hex4981805943471595010
Octal1111030013110310753112020
Binary10010011000110000101100110000111000111101011001101000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490818; }

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

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

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

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

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

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

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

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