#98575B

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

Shades of Vin Rouge #98575B

Tints of Vin Rouge #98575B

Color information

#98575B (or 0x98575B) is unknown color: approx Vin Rouge. HEX triplet: 98, 57 and 5B. RGB value is (152,87,91). Sum of RGB (Red+Green+Blue) = 152+87+91=330 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.06% from 330); Green value is 87 (34.38% from 255 or 26.36% from 330); Blue value is 91 (35.94% from 255 or 27.58% from 330); Max value from RGB is 152 - color contains mainly: red. Hex color #98575B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98575B is #67A8A4. Grayscale: #6A6A6A. Windows color (decimal): -6793381 or 5986200. OLE color: 5986200.

HSL color Cylindrical-coordinate representation of color #98575B: hue angle of 356.31º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #98575B is Cyan = 0, Magento = 0.43, Yellow = 0.40 and Black (K on CMYK) = 0.40.

Color convert

RGB1528791-
CMYK00.430.400.40
HSL356.31º27.2%46.86%-
HSV(B)356.31º42.76%59.61%-
XYZ18.2514.2511.69-
YUV106.89119.03160.17-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 46.06%
GREEN value IS 87 (34.38% from 255) = 26.36%
BLUE value IS 91 (35.94% from 255) = 27.58%
R=46.06%
G=26.36%
B=27.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.40
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152879100.430.400.40356.3127.246.86
Hex98575B02B28281641b2f
Octal23012713305350505443357
Binary1001100010101111011011010101110100010100010110010011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98575B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,87,91); }

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

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

 a { background-color: rgb(152,87,91); }

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

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

 span { border-color: rgb(152,87,91); }

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