#98556A

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

Shades of Vin Rouge #98556A

Tints of Vin Rouge #98556A

Color information

#98556A (or 0x98556A) is unknown color: approx Vin Rouge. HEX triplet: 98, 55 and 6A. RGB value is (152,85,106). Sum of RGB (Red+Green+Blue) = 152+85+106=343 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.31% from 343); Green value is 85 (33.59% from 255 or 24.78% from 343); Blue value is 106 (41.80% from 255 or 30.90% from 343); Max value from RGB is 152 - color contains mainly: red. Hex color #98556A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98556A is #67AA95. Grayscale: #6B6B6B. Windows color (decimal): -6793878 or 6968728. OLE color: 6968728.

HSL color Cylindrical-coordinate representation of color #98556A: hue angle of 341.19º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #98556A is Cyan = 0, Magento = 0.44, Yellow = 0.30 and Black (K on CMYK) = 0.40.

Color convert

RGB15285106-
CMYK00.440.300.40
HSL341.19º28.27%46.47%-
HSV(B)341.19º44.08%59.61%-
XYZ18.814.2115.39-
YUV107.43127.2159.79-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 44.31%
GREEN value IS 85 (33.59% from 255) = 24.78%
BLUE value IS 106 (41.80% from 255) = 30.90%
R=44.31%
G=24.78%
B=30.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.30
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1528510600.440.300.40341.1928.2746.47
Hex98556A02C1E281551c2e
Octal23012515205436505253456
Binary100110001010101110101001011001111010100010101010111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98556A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,85,106); }

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

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

 a { background-color: rgb(152,85,106); }

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

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

 span { border-color: rgb(152,85,106); }

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