#98575C

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

Shades of Vin Rouge #98575C

Tints of Vin Rouge #98575C

Color information

#98575C (or 0x98575C) is unknown color: approx Vin Rouge. HEX triplet: 98, 57 and 5C. RGB value is (152,87,92). Sum of RGB (Red+Green+Blue) = 152+87+92=331 (43% of max value = 765). Red value is 152 (59.77% from 255 or 45.92% from 331); Green value is 87 (34.38% from 255 or 26.28% from 331); Blue value is 92 (36.33% from 255 or 27.79% from 331); Max value from RGB is 152 - color contains mainly: red. Hex color #98575C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98575C is #67A8A3. Grayscale: #6B6B6B. Windows color (decimal): -6793380 or 6051736. OLE color: 6051736.

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

Color convert

RGB1528792-
CMYK00.430.390.40
HSL355.38º27.2%46.86%-
HSV(B)355.38º42.76%59.61%-
XYZ18.2914.2611.91-
YUV107119.53160.09-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 45.92%
GREEN value IS 87 (34.38% from 255) = 26.28%
BLUE value IS 92 (36.33% from 255) = 27.79%
R=45.92%
G=26.28%
B=27.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.39
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152879200.430.390.40355.3827.246.86
Hex98575C02B27281631b2f
Octal23012713405347505433357
Binary1001100010101111011100010101110011110100010110001111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98575C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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