#98595A

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

Shades of Vin Rouge #98595A

Tints of Vin Rouge #98595A

Color information

#98595A (or 0x98595A) is unknown color: approx Vin Rouge. HEX triplet: 98, 59 and 5A. RGB value is (152,89,90). Sum of RGB (Red+Green+Blue) = 152+89+90=331 (43% of max value = 765). Red value is 152 (59.77% from 255 or 45.92% from 331); Green value is 89 (35.16% from 255 or 26.89% from 331); Blue value is 90 (35.55% from 255 or 27.19% from 331); Max value from RGB is 152 - color contains mainly: red. Hex color #98595A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98595A is #67A6A5. Grayscale: #6C6C6C. Windows color (decimal): -6792870 or 5921176. OLE color: 5921176.

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

Color convert

RGB1528990-
CMYK00.410.410.40
HSL359.05º26.14%47.25%-
HSV(B)359.05º41.45%59.61%-
XYZ18.3714.5611.51-
YUV107.95117.87159.42-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 45.92%
GREEN value IS 89 (35.16% from 255) = 26.89%
BLUE value IS 90 (35.55% from 255) = 27.19%
R=45.92%
G=26.89%
B=27.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.41
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152899000.410.410.40359.0526.1447.25
Hex98595A02929281671a2f
Octal23013113205151505473257
Binary1001100010110011011010010100110100110100010110011111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98595A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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