#98555E

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

Shades of Vin Rouge #98555E

Tints of Vin Rouge #98555E

Color information

#98555E (or 0x98555E) is unknown color: approx Vin Rouge. HEX triplet: 98, 55 and 5E. RGB value is (152,85,94). Sum of RGB (Red+Green+Blue) = 152+85+94=331 (43% of max value = 765). Red value is 152 (59.77% from 255 or 45.92% from 331); Green value is 85 (33.59% from 255 or 25.68% from 331); Blue value is 94 (37.11% from 255 or 28.40% from 331); Max value from RGB is 152 - color contains mainly: red. Hex color #98555E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98555E is #67AAA1. Grayscale: #6A6A6A. Windows color (decimal): -6793890 or 6182296. OLE color: 6182296.

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

Color convert

RGB1528594-
CMYK00.440.380.40
HSL351.94º28.27%46.47%-
HSV(B)351.94º44.08%59.61%-
XYZ18.2213.9812.33-
YUV106.06121.2160.77-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 45.92%
GREEN value IS 85 (33.59% from 255) = 25.68%
BLUE value IS 94 (37.11% from 255) = 28.40%
R=45.92%
G=25.68%
B=28.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.38
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152859400.440.380.40351.9428.2746.47
Hex98555E02C26281601c2e
Octal23012513605446505403456
Binary1001100010101011011110010110010011010100010110000011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98555E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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