#95566A

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

Shades of Vin Rouge #95566A

Tints of Vin Rouge #95566A

Color information

#95566A (or 0x95566A) is unknown color: approx Vin Rouge. HEX triplet: 95, 56 and 6A. RGB value is (149,86,106). Sum of RGB (Red+Green+Blue) = 149+86+106=341 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.70% from 341); Green value is 86 (33.98% from 255 or 25.22% from 341); Blue value is 106 (41.80% from 255 or 31.09% from 341); Max value from RGB is 149 - color contains mainly: red. Hex color #95566A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95566A is #6AA995. Grayscale: #6B6B6B. Windows color (decimal): -6990230 or 6968981. OLE color: 6968981.

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

Color convert

RGB14986106-
CMYK00.420.290.42
HSL340.95º26.81%46.08%-
HSV(B)340.95º42.28%58.43%-
XYZ18.3214.0915.39-
YUV107.12127.37157.87-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.70%
GREEN value IS 86 (33.98% from 255) = 25.22%
BLUE value IS 106 (41.80% from 255) = 31.09%
R=43.70%
G=25.22%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.29
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1498610600.420.290.42340.9526.8146.08
Hex95566A02A1D2A1551b2e
Octal22512615205235525253356
Binary100101011010110110101001010101110110101010101010111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95566A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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