#90525D

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

Shades of Vin Rouge #90525D

Tints of Vin Rouge #90525D

Color information

#90525D (or 0x90525D) is unknown color: approx Vin Rouge. HEX triplet: 90, 52 and 5D. RGB value is (144,82,93). Sum of RGB (Red+Green+Blue) = 144+82+93=319 (42% of max value = 765). Red value is 144 (56.64% from 255 or 45.14% from 319); Green value is 82 (32.42% from 255 or 25.71% from 319); Blue value is 93 (36.72% from 255 or 29.15% from 319); Max value from RGB is 144 - color contains mainly: red. Hex color #90525D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90525D is #6FADA2. Grayscale: #656565. Windows color (decimal): -7318947 or 6115984. OLE color: 6115984.

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

Color convert

RGB1448293-
CMYK00.430.350.44
HSL349.35º27.43%44.31%-
HSV(B)349.35º43.06%56.47%-
XYZ16.4912.7511.95-
YUV101.79123.04158.11-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 45.14%
GREEN value IS 82 (32.42% from 255) = 25.71%
BLUE value IS 93 (36.72% from 255) = 29.15%
R=45.14%
G=25.71%
B=29.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.35
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144829300.430.350.44349.3527.4344.31
Hex90525D02B232C15d1b2c
Octal22012213505343545353354
Binary1001000010100101011101010101110001110110010101110111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90525D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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