#945F60

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

Shades of Vin Rouge #945F60

Tints of Vin Rouge #945F60

Color information

#945F60 (or 0x945F60) is unknown color: approx Vin Rouge. HEX triplet: 94, 5F and 60. RGB value is (148,95,96). Sum of RGB (Red+Green+Blue) = 148+95+96=339 (44% of max value = 765). Red value is 148 (58.20% from 255 or 43.66% from 339); Green value is 95 (37.5% from 255 or 28.02% from 339); Blue value is 96 (37.89% from 255 or 28.32% from 339); Max value from RGB is 148 - color contains mainly: red. Hex color #945F60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945F60 is #6BA09F. Grayscale: #6F6F6F. Windows color (decimal): -7053472 or 6315924. OLE color: 6315924.

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

Color convert

RGB1489596-
CMYK00.360.350.42
HSL358.87º21.81%47.65%-
HSV(B)358.87º35.81%58.04%-
XYZ18.4215.3213.05-
YUV110.96119.56154.42-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 43.66%
GREEN value IS 95 (37.5% from 255) = 28.02%
BLUE value IS 96 (37.89% from 255) = 28.32%
R=43.66%
G=28.02%
B=28.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.35
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148959600.360.350.42358.8721.8147.65
Hex945F60024232A1671630
Octal22413714004443525472660
Binary1001010010111111100000010010010001110101010110011110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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