#99585F

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

Shades of Vin Rouge #99585F

Tints of Vin Rouge #99585F

Color information

#99585F (or 0x99585F) is unknown color: approx Vin Rouge. HEX triplet: 99, 58 and 5F. RGB value is (153,88,95). Sum of RGB (Red+Green+Blue) = 153+88+95=336 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.54% from 336); Green value is 88 (34.77% from 255 or 26.19% from 336); Blue value is 95 (37.5% from 255 or 28.27% from 336); Max value from RGB is 153 - color contains mainly: red. Hex color #99585F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99585F is #66A7A0. Grayscale: #6C6C6C. Windows color (decimal): -6727585 or 6248601. OLE color: 6248601.

HSL color Cylindrical-coordinate representation of color #99585F: hue angle of 353.54º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #99585F is Cyan = 0, Magento = 0.42, Yellow = 0.38 and Black (K on CMYK) = 0.4.

Color convert

RGB1538895-
CMYK00.420.380.4
HSL353.54º26.97%47.25%-
HSV(B)353.54º42.48%60%-
XYZ18.6914.5812.66-
YUV108.23120.53159.93-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.54%
GREEN value IS 88 (34.77% from 255) = 26.19%
BLUE value IS 95 (37.5% from 255) = 28.27%
R=45.54%
G=26.19%
B=28.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.38
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153889500.420.380.4353.5426.9747.25
Hex99585F02A26281621b2f
Octal23113013705246505423357
Binary1001100110110001011111010101010011010100010110001011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99585F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,88,95); }

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

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

 a { background-color: rgb(153,88,95); }

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

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

 span { border-color: rgb(153,88,95); }

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