#95585F

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

Shades of Vin Rouge #95585F

Tints of Vin Rouge #95585F

Color information

#95585F (or 0x95585F) is unknown color: approx Vin Rouge. HEX triplet: 95, 58 and 5F. RGB value is (149,88,95). Sum of RGB (Red+Green+Blue) = 149+88+95=332 (43% of max value = 765). Red value is 149 (58.59% from 255 or 44.88% from 332); Green value is 88 (34.77% from 255 or 26.51% from 332); Blue value is 95 (37.5% from 255 or 28.61% from 332); Max value from RGB is 149 - color contains mainly: red. Hex color #95585F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95585F is #6AA7A0. Grayscale: #6B6B6B. Windows color (decimal): -6989729 or 6248597. OLE color: 6248597.

HSL color Cylindrical-coordinate representation of color #95585F: hue angle of 353.11º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #95585F is Cyan = 0, Magento = 0.41, Yellow = 0.36 and Black (K on CMYK) = 0.42.

Color convert

RGB1498895-
CMYK00.410.360.42
HSL353.11º25.74%46.47%-
HSV(B)353.11º40.94%58.43%-
XYZ17.9514.212.62-
YUV107.04121.21157.93-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 44.88%
GREEN value IS 88 (34.77% from 255) = 26.51%
BLUE value IS 95 (37.5% from 255) = 28.61%
R=44.88%
G=26.51%
B=28.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.36
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149889500.410.360.42353.1125.7446.47
Hex95585F029242A1611a2e
Octal22513013705144525413256
Binary1001010110110001011111010100110010010101010110000111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95585F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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