#95565B

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

Shades of Vin Rouge #95565B

Tints of Vin Rouge #95565B

Color information

#95565B (or 0x95565B) is unknown color: approx Vin Rouge. HEX triplet: 95, 56 and 5B. RGB value is (149,86,91). Sum of RGB (Red+Green+Blue) = 149+86+91=326 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.71% from 326); Green value is 86 (33.98% from 255 or 26.38% from 326); Blue value is 91 (35.94% from 255 or 27.91% from 326); Max value from RGB is 149 - color contains mainly: red. Hex color #95565B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95565B is #6AA9A4. Grayscale: #696969. Windows color (decimal): -6990245 or 5985941. OLE color: 5985941.

HSL color Cylindrical-coordinate representation of color #95565B: hue angle of 355.24º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #95565B is Cyan = 0, Magento = 0.42, Yellow = 0.39 and Black (K on CMYK) = 0.42.

Color convert

RGB1498691-
CMYK00.420.390.42
HSL355.24º26.81%46.08%-
HSV(B)355.24º42.28%58.43%-
XYZ17.6113.811.63-
YUV105.41119.87159.09-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.71%
GREEN value IS 86 (33.98% from 255) = 26.38%
BLUE value IS 91 (35.94% from 255) = 27.91%
R=45.71%
G=26.38%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.39
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149869100.420.390.42355.2426.8146.08
Hex95565B02A272A1631b2e
Octal22512613305247525433356
Binary1001010110101101011011010101010011110101010110001111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95565B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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