#490A18

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

Shades of Bordeaux #490A18

Tints of Bordeaux #490A18

Color information

#490A18 (or 0x490A18) is unknown color: approx Bordeaux. HEX triplet: 49, 0A and 18. RGB value is (73,10,24). Sum of RGB (Red+Green+Blue) = 73+10+24=107 (14% of max value = 765). Red value is 73 (28.91% from 255 or 68.22% from 107); Green value is 10 (4.30% from 255 or 9.35% from 107); Blue value is 24 (9.77% from 255 or 22.43% from 107); Max value from RGB is 73 - color contains mainly: red. Hex color #490A18 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #490A18 is #B6F5E7. Grayscale: #1E1E1E. Windows color (decimal): -11990504 or 1575497. OLE color: 1575497.

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

Color convert

RGB731024-
CMYK00.860.670.71
HSL346.67º75.9%16.27%-
HSV(B)346.67º86.3%28.63%-
XYZ3.021.71.03-
YUV30.43124.37158.36-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 68.22%
GREEN value IS 10 (4.30% from 255) = 9.35%
BLUE value IS 24 (9.77% from 255) = 22.43%
R=68.22%
G=9.35%
B=22.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.67
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73102400.860.670.71346.6775.916.27
Hex49A18056434715b4c10
Octal1111230012610310753311420
Binary10010011010110000101011010000111000111101011011100110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490A18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490A18; }

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

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

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

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

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

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

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

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