#90525B

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

Shades of Vin Rouge #90525B

Tints of Vin Rouge #90525B

Color information

#90525B (or 0x90525B) is unknown color: approx Vin Rouge. HEX triplet: 90, 52 and 5B. RGB value is (144,82,91). Sum of RGB (Red+Green+Blue) = 144+82+91=317 (41% of max value = 765). Red value is 144 (56.64% from 255 or 45.43% from 317); Green value is 82 (32.42% from 255 or 25.87% from 317); Blue value is 91 (35.94% from 255 or 28.71% from 317); Max value from RGB is 144 - color contains mainly: red. Hex color #90525B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90525B is #6FADA4. Grayscale: #656565. Windows color (decimal): -7318949 or 5984912. OLE color: 5984912.

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

Color convert

RGB1448291-
CMYK00.430.370.44
HSL351.29º27.43%44.31%-
HSV(B)351.29º43.06%56.47%-
XYZ16.4112.7211.49-
YUV101.56122.04158.27-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 45.43%
GREEN value IS 82 (32.42% from 255) = 25.87%
BLUE value IS 91 (35.94% from 255) = 28.71%
R=45.43%
G=25.87%
B=28.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.37
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144829100.430.370.44351.2927.4344.31
Hex90525B02B252C15f1b2c
Octal22012213305345545373354
Binary1001000010100101011011010101110010110110010101111111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90525B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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