#95566B

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

Shades of Vin Rouge #95566B

Tints of Vin Rouge #95566B

Color information

#95566B (or 0x95566B) is unknown color: approx Vin Rouge. HEX triplet: 95, 56 and 6B. RGB value is (149,86,107). Sum of RGB (Red+Green+Blue) = 149+86+107=342 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.57% from 342); Green value is 86 (33.98% from 255 or 25.15% from 342); Blue value is 107 (42.19% from 255 or 31.29% from 342); Max value from RGB is 149 - color contains mainly: red. Hex color #95566B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95566B is #6AA994. Grayscale: #6B6B6B. Windows color (decimal): -6990229 or 7034517. OLE color: 7034517.

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

Color convert

RGB14986107-
CMYK00.420.280.42
HSL340º26.81%46.08%-
HSV(B)340º42.28%58.43%-
XYZ18.3814.1115.66-
YUV107.23127.87157.79-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.57%
GREEN value IS 86 (33.98% from 255) = 25.15%
BLUE value IS 107 (42.19% from 255) = 31.29%
R=43.57%
G=25.15%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1498610700.420.280.4234026.8146.08
Hex95566B02A1C2A1541b2e
Octal22512615305234525243356
Binary100101011010110110101101010101110010101010101010011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95566B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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