#98576C

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

Shades of Vin Rouge #98576C

Tints of Vin Rouge #98576C

Color information

#98576C (or 0x98576C) is unknown color: approx Vin Rouge. HEX triplet: 98, 57 and 6C. RGB value is (152,87,108). Sum of RGB (Red+Green+Blue) = 152+87+108=347 (45% of max value = 765). Red value is 152 (59.77% from 255 or 43.80% from 347); Green value is 87 (34.38% from 255 or 25.07% from 347); Blue value is 108 (42.58% from 255 or 31.12% from 347); Max value from RGB is 152 - color contains mainly: red. Hex color #98576C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98576C is #67A893. Grayscale: #6C6C6C. Windows color (decimal): -6793364 or 7100312. OLE color: 7100312.

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

Color convert

RGB15287108-
CMYK00.430.290.40
HSL340.62º27.2%46.86%-
HSV(B)340.62º42.76%59.61%-
XYZ19.0614.5716-
YUV108.83127.53158.79-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 43.80%
GREEN value IS 87 (34.38% from 255) = 25.07%
BLUE value IS 108 (42.58% from 255) = 31.12%
R=43.80%
G=25.07%
B=31.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.29
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1528710800.430.290.40340.6227.246.86
Hex98576C02B1D281551b2f
Octal23012715405335505253357
Binary100110001010111110110001010111110110100010101010111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98576C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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