#98555F

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

Shades of Vin Rouge #98555F

Tints of Vin Rouge #98555F

Color information

#98555F (or 0x98555F) is unknown color: approx Vin Rouge. HEX triplet: 98, 55 and 5F. RGB value is (152,85,95). Sum of RGB (Red+Green+Blue) = 152+85+95=332 (43% of max value = 765). Red value is 152 (59.77% from 255 or 45.78% from 332); Green value is 85 (33.59% from 255 or 25.60% from 332); Blue value is 95 (37.5% from 255 or 28.61% from 332); Max value from RGB is 152 - color contains mainly: red. Hex color #98555F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98555F is #67AAA0. Grayscale: #6A6A6A. Windows color (decimal): -6793889 or 6247832. OLE color: 6247832.

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

Color convert

RGB1528595-
CMYK00.440.380.40
HSL351.04º28.27%46.47%-
HSV(B)351.04º44.08%59.61%-
XYZ18.261412.57-
YUV106.17121.7160.69-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 45.78%
GREEN value IS 85 (33.59% from 255) = 25.60%
BLUE value IS 95 (37.5% from 255) = 28.61%
R=45.78%
G=25.60%
B=28.61%

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
Decimal152859500.440.380.40351.0428.2746.47
Hex98555F02C262815f1c2e
Octal23012513705446505373456
Binary1001100010101011011111010110010011010100010101111111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98555F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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