#90585F

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

Shades of Vin Rouge #90585F

Tints of Vin Rouge #90585F

Color information

#90585F (or 0x90585F) is unknown color: approx Vin Rouge. HEX triplet: 90, 58 and 5F. RGB value is (144,88,95). Sum of RGB (Red+Green+Blue) = 144+88+95=327 (43% of max value = 765). Red value is 144 (56.64% from 255 or 44.04% from 327); Green value is 88 (34.77% from 255 or 26.91% from 327); Blue value is 95 (37.5% from 255 or 29.05% from 327); Max value from RGB is 144 - color contains mainly: red. Hex color #90585F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90585F is #6FA7A0. Grayscale: #696969. Windows color (decimal): -7317409 or 6248592. OLE color: 6248592.

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

Color convert

RGB1448895-
CMYK00.390.340.44
HSL352.5º24.14%45.49%-
HSV(B)352.5º38.89%56.47%-
XYZ17.0613.7312.58-
YUV105.54122.05155.43-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 44.04%
GREEN value IS 88 (34.77% from 255) = 26.91%
BLUE value IS 95 (37.5% from 255) = 29.05%
R=44.04%
G=26.91%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.34
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144889500.390.340.44352.524.1445.49
Hex90585F027222C160182d
Octal22013013704742545403055
Binary1001000010110001011111010011110001010110010110000011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90585F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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