#95585B

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

Shades of Vin Rouge #95585B

Tints of Vin Rouge #95585B

Color information

#95585B (or 0x95585B) is unknown color: approx Vin Rouge. HEX triplet: 95, 58 and 5B. RGB value is (149,88,91). Sum of RGB (Red+Green+Blue) = 149+88+91=328 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.43% from 328); Green value is 88 (34.77% from 255 or 26.83% from 328); Blue value is 91 (35.94% from 255 or 27.74% from 328); Max value from RGB is 149 - color contains mainly: red. Hex color #95585B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95585B is #6AA7A4. Grayscale: #6A6A6A. Windows color (decimal): -6989733 or 5986453. OLE color: 5986453.

HSL color Cylindrical-coordinate representation of color #95585B: hue angle of 357.05º 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 #95585B is Cyan = 0, Magento = 0.41, Yellow = 0.39 and Black (K on CMYK) = 0.42.

Color convert

RGB1498891-
CMYK00.410.390.42
HSL357.05º25.74%46.47%-
HSV(B)357.05º40.94%58.43%-
XYZ17.7714.1211.69-
YUV106.58119.21158.26-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.43%
GREEN value IS 88 (34.77% from 255) = 26.83%
BLUE value IS 91 (35.94% from 255) = 27.74%
R=45.43%
G=26.83%
B=27.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.39
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149889100.410.390.42357.0525.7446.47
Hex95585B029272A1651a2e
Octal22513013305147525453256
Binary1001010110110001011011010100110011110101010110010111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95585B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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