#90555B

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

Shades of Vin Rouge #90555B

Tints of Vin Rouge #90555B

Color information

#90555B (or 0x90555B) is unknown color: approx Vin Rouge. HEX triplet: 90, 55 and 5B. RGB value is (144,85,91). Sum of RGB (Red+Green+Blue) = 144+85+91=320 (42% of max value = 765). Red value is 144 (56.64% from 255 or 45% from 320); Green value is 85 (33.59% from 255 or 26.56% from 320); Blue value is 91 (35.94% from 255 or 28.44% from 320); Max value from RGB is 144 - color contains mainly: red. Hex color #90555B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90555B is #6FAAA4. Grayscale: #676767. Windows color (decimal): -7318181 or 5985680. OLE color: 5985680.

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

Color convert

RGB1448591-
CMYK00.410.370.44
HSL353.9º25.76%44.9%-
HSV(B)353.9º40.97%56.47%-
XYZ16.6413.1811.56-
YUV103.32121.05157.01-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 45%
GREEN value IS 85 (33.59% from 255) = 26.56%
BLUE value IS 91 (35.94% from 255) = 28.44%
R=45%
G=26.56%
B=28.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.37
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144859100.410.370.44353.925.7644.9
Hex90555B029252C1621a2d
Octal22012513305145545423255
Binary1001000010101011011011010100110010110110010110001011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90555B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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