#98555B

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

Shades of Vin Rouge #98555B

Tints of Vin Rouge #98555B

Color information

#98555B (or 0x98555B) is unknown color: approx Vin Rouge. HEX triplet: 98, 55 and 5B. RGB value is (152,85,91). Sum of RGB (Red+Green+Blue) = 152+85+91=328 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.34% from 328); Green value is 85 (33.59% from 255 or 25.91% from 328); Blue value is 91 (35.94% from 255 or 27.74% from 328); Max value from RGB is 152 - color contains mainly: red. Hex color #98555B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98555B is #67AAA4. Grayscale: #696969. Windows color (decimal): -6793893 or 5985688. OLE color: 5985688.

HSL color Cylindrical-coordinate representation of color #98555B: hue angle of 354.63º 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 #98555B is Cyan = 0, Magento = 0.44, Yellow = 0.40 and Black (K on CMYK) = 0.40.

Color convert

RGB1528591-
CMYK00.440.400.40
HSL354.63º28.27%46.47%-
HSV(B)354.63º44.08%59.61%-
XYZ18.0913.9311.63-
YUV105.72119.7161.01-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 46.34%
GREEN value IS 85 (33.59% from 255) = 25.91%
BLUE value IS 91 (35.94% from 255) = 27.74%
R=46.34%
G=25.91%
B=27.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.40
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152859100.440.400.40354.6328.2746.47
Hex98555B02C28281631c2e
Octal23012513305450505433456
Binary1001100010101011011011010110010100010100010110001111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98555B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98555B; }

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

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

<style>
 a { background-color: #98555B; }

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

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

<style>
 span { border-color: #98555B; }

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

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