#90555D

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

Shades of Vin Rouge #90555D

Tints of Vin Rouge #90555D

Color information

#90555D (or 0x90555D) is unknown color: approx Vin Rouge. HEX triplet: 90, 55 and 5D. RGB value is (144,85,93). Sum of RGB (Red+Green+Blue) = 144+85+93=322 (42% of max value = 765). Red value is 144 (56.64% from 255 or 44.72% from 322); Green value is 85 (33.59% from 255 or 26.40% from 322); Blue value is 93 (36.72% from 255 or 28.88% from 322); Max value from RGB is 144 - color contains mainly: red. Hex color #90555D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90555D is #6FAAA2. Grayscale: #676767. Windows color (decimal): -7318179 or 6116752. OLE color: 6116752.

HSL color Cylindrical-coordinate representation of color #90555D: hue angle of 351.86º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #90555D is Cyan = 0, Magento = 0.41, Yellow = 0.35 and Black (K on CMYK) = 0.44.

Color convert

RGB1448593-
CMYK00.410.350.44
HSL351.86º25.76%44.9%-
HSV(B)351.86º40.97%56.47%-
XYZ16.7313.2212.03-
YUV103.55122.05156.85-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 44.72%
GREEN value IS 85 (33.59% from 255) = 26.40%
BLUE value IS 93 (36.72% from 255) = 28.88%
R=44.72%
G=26.40%
B=28.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.35
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144859300.410.350.44351.8625.7644.9
Hex90555D029232C1601a2d
Octal22012513505143545403255
Binary1001000010101011011101010100110001110110010110000011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90555D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90555D; }

 p { color: rgb(144,85,93); }

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

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

 a { background-color: rgb(144,85,93); }

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

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

 span { border-color: rgb(144,85,93); }

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