#945460

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

Shades of Vin Rouge #945460

Tints of Vin Rouge #945460

Color information

#945460 (or 0x945460) is unknown color: approx Vin Rouge. HEX triplet: 94, 54 and 60. RGB value is (148,84,96). Sum of RGB (Red+Green+Blue) = 148+84+96=328 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.12% from 328); Green value is 84 (33.20% from 255 or 25.61% from 328); Blue value is 96 (37.89% from 255 or 29.27% from 328); Max value from RGB is 148 - color contains mainly: red. Hex color #945460 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945460 is #6BAB9F. Grayscale: #686868. Windows color (decimal): -7056288 or 6313108. OLE color: 6313108.

HSL color Cylindrical-coordinate representation of color #945460: hue angle of 348.75º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #945460 is Cyan = 0, Magento = 0.43, Yellow = 0.35 and Black (K on CMYK) = 0.42.

Color convert

RGB1488496-
CMYK00.430.350.42
HSL348.75º27.59%45.49%-
HSV(B)348.75º43.24%58.04%-
XYZ17.4913.4812.75-
YUV104.5123.2159.02-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 45.12%
GREEN value IS 84 (33.20% from 255) = 25.61%
BLUE value IS 96 (37.89% from 255) = 29.27%
R=45.12%
G=25.61%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.35
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148849600.430.350.42348.7527.5945.49
Hex94546002B232A15d1c2d
Octal22412414005343525353455
Binary1001010010101001100000010101110001110101010101110111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945460; }

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

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

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

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

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

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

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

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