#905259

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

Shades of Vin Rouge #905259

Tints of Vin Rouge #905259

Color information

#905259 (or 0x905259) is unknown color: approx Vin Rouge. HEX triplet: 90, 52 and 59. RGB value is (144,82,89). Sum of RGB (Red+Green+Blue) = 144+82+89=315 (41% of max value = 765). Red value is 144 (56.64% from 255 or 45.71% from 315); Green value is 82 (32.42% from 255 or 26.03% from 315); Blue value is 89 (35.16% from 255 or 28.25% from 315); Max value from RGB is 144 - color contains mainly: red. Hex color #905259 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905259 is #6FADA6. Grayscale: #656565. Windows color (decimal): -7318951 or 5853840. OLE color: 5853840.

HSL color Cylindrical-coordinate representation of color #905259: hue angle of 353.23º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #905259 is Cyan = 0, Magento = 0.43, Yellow = 0.38 and Black (K on CMYK) = 0.44.

Color convert

RGB1448289-
CMYK00.430.380.44
HSL353.23º27.43%44.31%-
HSV(B)353.23º43.06%56.47%-
XYZ16.3212.6911.04-
YUV101.34121.04158.43-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 45.71%
GREEN value IS 82 (32.42% from 255) = 26.03%
BLUE value IS 89 (35.16% from 255) = 28.25%
R=45.71%
G=26.03%
B=28.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.38
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144828900.430.380.44353.2327.4344.31
Hex90525902B262C1611b2c
Octal22012213105346545413354
Binary1001000010100101011001010101110011010110010110000111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #905259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #905259; }

 p { color: rgb(144,82,89); }

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

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

 a { background-color: rgb(144,82,89); }

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

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

 span { border-color: rgb(144,82,89); }

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