#945B65

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

Shades of Vin Rouge #945B65

Tints of Vin Rouge #945B65

Color information

#945B65 (or 0x945B65) is unknown color: approx Vin Rouge. HEX triplet: 94, 5B and 65. RGB value is (148,91,101). Sum of RGB (Red+Green+Blue) = 148+91+101=340 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.53% from 340); Green value is 91 (35.94% from 255 or 26.76% from 340); Blue value is 101 (39.84% from 255 or 29.71% from 340); Max value from RGB is 148 - color contains mainly: red. Hex color #945B65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945B65 is #6BA49A. Grayscale: #6D6D6D. Windows color (decimal): -7054491 or 6642580. OLE color: 6642580.

HSL color Cylindrical-coordinate representation of color #945B65: hue angle of 349.47º 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 #945B65 is Cyan = 0, Magento = 0.39, Yellow = 0.32 and Black (K on CMYK) = 0.42.

Color convert

RGB14891101-
CMYK00.390.320.42
HSL349.47º23.85%46.86%-
HSV(B)349.47º38.51%58.04%-
XYZ18.314.7214.19-
YUV109.18123.38155.69-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 43.53%
GREEN value IS 91 (35.94% from 255) = 26.76%
BLUE value IS 101 (39.84% from 255) = 29.71%
R=43.53%
G=26.76%
B=29.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.32
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1489110100.390.320.42349.4723.8546.86
Hex945B65027202A15d182f
Octal22413314504740525353057
Binary1001010010110111100101010011110000010101010101110111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945B65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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