#945A61

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

Shades of Vin Rouge #945A61

Tints of Vin Rouge #945A61

Color information

#945A61 (or 0x945A61) is unknown color: approx Vin Rouge. HEX triplet: 94, 5A and 61. RGB value is (148,90,97). Sum of RGB (Red+Green+Blue) = 148+90+97=335 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.18% from 335); Green value is 90 (35.55% from 255 or 26.87% from 335); Blue value is 97 (38.28% from 255 or 28.96% from 335); Max value from RGB is 148 - color contains mainly: red. Hex color #945A61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945A61 is #6BA59E. Grayscale: #6C6C6C. Windows color (decimal): -7054751 or 6380180. OLE color: 6380180.

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

Color convert

RGB1489097-
CMYK00.390.340.42
HSL352.76º24.37%46.67%-
HSV(B)352.76º39.19%58.04%-
XYZ18.0314.4713.15-
YUV108.14121.72156.43-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.18%
GREEN value IS 90 (35.55% from 255) = 26.87%
BLUE value IS 97 (38.28% from 255) = 28.96%
R=44.18%
G=26.87%
B=28.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.34
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148909700.390.340.42352.7624.3746.67
Hex945A61027222A161182f
Octal22413214104742525413057
Binary1001010010110101100001010011110001010101010110000111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,90,97); }

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

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

 a { background-color: rgb(148,90,97); }

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

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

 span { border-color: rgb(148,90,97); }

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