#98575A

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

Shades of Vin Rouge #98575A

Tints of Vin Rouge #98575A

Color information

#98575A (or 0x98575A) is unknown color: approx Vin Rouge. HEX triplet: 98, 57 and 5A. RGB value is (152,87,90). Sum of RGB (Red+Green+Blue) = 152+87+90=329 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.20% from 329); Green value is 87 (34.38% from 255 or 26.44% from 329); Blue value is 90 (35.55% from 255 or 27.36% from 329); Max value from RGB is 152 - color contains mainly: red. Hex color #98575A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98575A is #67A8A5. Grayscale: #6A6A6A. Windows color (decimal): -6793382 or 5920664. OLE color: 5920664.

HSL color Cylindrical-coordinate representation of color #98575A: hue angle of 357.23º 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 #98575A is Cyan = 0, Magento = 0.43, Yellow = 0.41 and Black (K on CMYK) = 0.40.

Color convert

RGB1528790-
CMYK00.430.410.40
HSL357.23º27.2%46.86%-
HSV(B)357.23º42.76%59.61%-
XYZ18.214.2311.46-
YUV106.78118.53160.26-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 46.20%
GREEN value IS 87 (34.38% from 255) = 26.44%
BLUE value IS 90 (35.55% from 255) = 27.36%
R=46.20%
G=26.44%
B=27.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.41
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152879000.430.410.40357.2327.246.86
Hex98575A02B29281651b2f
Octal23012713205351505453357
Binary1001100010101111011010010101110100110100010110010111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98575A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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