#90505F

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

Shades of Vin Rouge #90505F

Tints of Vin Rouge #90505F

Color information

#90505F (or 0x90505F) is unknown color: approx Vin Rouge. HEX triplet: 90, 50 and 5F. RGB value is (144,80,95). Sum of RGB (Red+Green+Blue) = 144+80+95=319 (42% of max value = 765). Red value is 144 (56.64% from 255 or 45.14% from 319); Green value is 80 (31.64% from 255 or 25.08% from 319); Blue value is 95 (37.5% from 255 or 29.78% from 319); Max value from RGB is 144 - color contains mainly: red. Hex color #90505F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90505F is #6FAFA0. Grayscale: #646464. Windows color (decimal): -7319457 or 6246544. OLE color: 6246544.

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

Color convert

RGB1448095-
CMYK00.440.340.44
HSL345.94º28.57%43.92%-
HSV(B)345.94º44.44%56.47%-
XYZ16.4412.4912.37-
YUV100.85124.7158.78-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 45.14%
GREEN value IS 80 (31.64% from 255) = 25.08%
BLUE value IS 95 (37.5% from 255) = 29.78%
R=45.14%
G=25.08%
B=29.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.34
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144809500.440.340.44345.9428.5743.92
Hex90505F02C222C15a1d2c
Octal22012013705442545323554
Binary1001000010100001011111010110010001010110010101101011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90505F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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