#945B60

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

Shades of Vin Rouge #945B60

Tints of Vin Rouge #945B60

Color information

#945B60 (or 0x945B60) is unknown color: approx Vin Rouge. HEX triplet: 94, 5B and 60. RGB value is (148,91,96). Sum of RGB (Red+Green+Blue) = 148+91+96=335 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.18% from 335); Green value is 91 (35.94% from 255 or 27.16% from 335); Blue value is 96 (37.89% from 255 or 28.66% from 335); Max value from RGB is 148 - color contains mainly: red. Hex color #945B60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945B60 is #6BA49F. Grayscale: #6C6C6C. Windows color (decimal): -7054496 or 6314900. OLE color: 6314900.

HSL color Cylindrical-coordinate representation of color #945B60: hue angle of 354.74º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #945B60 is Cyan = 0, Magento = 0.39, Yellow = 0.35 and Black (K on CMYK) = 0.42.

Color convert

RGB1489196-
CMYK00.390.350.42
HSL354.74º23.85%46.86%-
HSV(B)354.74º38.51%58.04%-
XYZ18.0714.6212.94-
YUV108.61120.88156.09-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.18%
GREEN value IS 91 (35.94% from 255) = 27.16%
BLUE value IS 96 (37.89% from 255) = 28.66%
R=44.18%
G=27.16%
B=28.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.35
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148919600.390.350.42354.7423.8546.86
Hex945B60027232A163182f
Octal22413314004743525433057
Binary1001010010110111100000010011110001110101010110001111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945B60; }

 p { color: rgb(148,91,96); }

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

<style>
 a { background-color: #945B60; }

 a { background-color: rgb(148,91,96); }

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

<style>
 span { border-color: #945B60; }

 span { border-color: rgb(148,91,96); }

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