#90565B

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

Shades of Vin Rouge #90565B

Tints of Vin Rouge #90565B

Color information

#90565B (or 0x90565B) is unknown color: approx Vin Rouge. HEX triplet: 90, 56 and 5B. RGB value is (144,86,91). Sum of RGB (Red+Green+Blue) = 144+86+91=321 (42% of max value = 765). Red value is 144 (56.64% from 255 or 44.86% from 321); Green value is 86 (33.98% from 255 or 26.79% from 321); Blue value is 91 (35.94% from 255 or 28.35% from 321); Max value from RGB is 144 - color contains mainly: red. Hex color #90565B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90565B is #6FA9A4. Grayscale: #676767. Windows color (decimal): -7317925 or 5985936. OLE color: 5985936.

HSL color Cylindrical-coordinate representation of color #90565B: hue angle of 354.83º 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 #90565B is Cyan = 0, Magento = 0.40, Yellow = 0.37 and Black (K on CMYK) = 0.44.

Color convert

RGB1448691-
CMYK00.400.370.44
HSL354.83º25.22%45.1%-
HSV(B)354.83º40.28%56.47%-
XYZ16.7213.3411.59-
YUV103.91120.72156.59-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 44.86%
GREEN value IS 86 (33.98% from 255) = 26.79%
BLUE value IS 91 (35.94% from 255) = 28.35%
R=44.86%
G=26.79%
B=28.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.37
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144869100.400.370.44354.8325.2245.1
Hex90565B028252C163192d
Octal22012613305045545433155
Binary1001000010101101011011010100010010110110010110001111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90565B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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