#90555E

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

Shades of Vin Rouge #90555E

Tints of Vin Rouge #90555E

Color information

#90555E (or 0x90555E) is unknown color: approx Vin Rouge. HEX triplet: 90, 55 and 5E. RGB value is (144,85,94). Sum of RGB (Red+Green+Blue) = 144+85+94=323 (42% of max value = 765). Red value is 144 (56.64% from 255 or 44.58% from 323); Green value is 85 (33.59% from 255 or 26.32% from 323); Blue value is 94 (37.11% from 255 or 29.10% from 323); Max value from RGB is 144 - color contains mainly: red. Hex color #90555E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90555E is #6FAAA1. Grayscale: #676767. Windows color (decimal): -7318178 or 6182288. OLE color: 6182288.

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

Color convert

RGB1448594-
CMYK00.410.350.44
HSL350.85º25.76%44.9%-
HSV(B)350.85º40.97%56.47%-
XYZ16.7713.2312.26-
YUV103.67122.55156.77-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 44.58%
GREEN value IS 85 (33.59% from 255) = 26.32%
BLUE value IS 94 (37.11% from 255) = 29.10%
R=44.58%
G=26.32%
B=29.10%

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
Decimal144859400.410.350.44350.8525.7644.9
Hex90555E029232C15f1a2d
Octal22012513605143545373255
Binary1001000010101011011110010100110001110110010101111111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90555E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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