#90565F

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

Shades of Vin Rouge #90565F

Tints of Vin Rouge #90565F

Color information

#90565F (or 0x90565F) is unknown color: approx Vin Rouge. HEX triplet: 90, 56 and 5F. RGB value is (144,86,95). Sum of RGB (Red+Green+Blue) = 144+86+95=325 (43% of max value = 765). Red value is 144 (56.64% from 255 or 44.31% from 325); Green value is 86 (33.98% from 255 or 26.46% from 325); Blue value is 95 (37.5% from 255 or 29.23% from 325); Max value from RGB is 144 - color contains mainly: red. Hex color #90565F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90565F is #6FA9A0. Grayscale: #686868. Windows color (decimal): -7317921 or 6248080. OLE color: 6248080.

HSL color Cylindrical-coordinate representation of color #90565F: hue angle of 350.69º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #90565F is Cyan = 0, Magento = 0.40, Yellow = 0.34 and Black (K on CMYK) = 0.44.

Color convert

RGB1448695-
CMYK00.400.340.44
HSL350.69º25.22%45.1%-
HSV(B)350.69º40.28%56.47%-
XYZ16.8913.4112.52-
YUV104.37122.72156.27-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 44.31%
GREEN value IS 86 (33.98% from 255) = 26.46%
BLUE value IS 95 (37.5% from 255) = 29.23%
R=44.31%
G=26.46%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.34
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144869500.400.340.44350.6925.2245.1
Hex90565F028222C15f192d
Octal22012613705042545373155
Binary1001000010101101011111010100010001010110010101111111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90565F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90565F; }

 p { color: rgb(144,86,95); }

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

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

 a { background-color: rgb(144,86,95); }

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

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

 span { border-color: rgb(144,86,95); }

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