#95565A

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

Shades of Vin Rouge #95565A

Tints of Vin Rouge #95565A

Color information

#95565A (or 0x95565A) is unknown color: approx Vin Rouge. HEX triplet: 95, 56 and 5A. RGB value is (149,86,90). Sum of RGB (Red+Green+Blue) = 149+86+90=325 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.85% from 325); Green value is 86 (33.98% from 255 or 26.46% from 325); Blue value is 90 (35.55% from 255 or 27.69% from 325); Max value from RGB is 149 - color contains mainly: red. Hex color #95565A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95565A is #6AA9A5. Grayscale: #696969. Windows color (decimal): -6990246 or 5920405. OLE color: 5920405.

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

Color convert

RGB1498690-
CMYK00.420.400.42
HSL356.19º26.81%46.08%-
HSV(B)356.19º42.28%58.43%-
XYZ17.5713.7811.41-
YUV105.29119.37159.17-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.85%
GREEN value IS 86 (33.98% from 255) = 26.46%
BLUE value IS 90 (35.55% from 255) = 27.69%
R=45.85%
G=26.46%
B=27.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.40
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149869000.420.400.42356.1926.8146.08
Hex95565A02A282A1641b2e
Octal22512613205250525443356
Binary1001010110101101011010010101010100010101010110010011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95565A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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