#945467

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

Shades of Vin Rouge #945467

Tints of Vin Rouge #945467

Color information

#945467 (or 0x945467) is unknown color: approx Vin Rouge. HEX triplet: 94, 54 and 67. RGB value is (148,84,103). Sum of RGB (Red+Green+Blue) = 148+84+103=335 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.18% from 335); Green value is 84 (33.20% from 255 or 25.07% from 335); Blue value is 103 (40.62% from 255 or 30.75% from 335); Max value from RGB is 148 - color contains mainly: red. Hex color #945467 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945467 is #6BAB98. Grayscale: #696969. Windows color (decimal): -7056281 or 6771860. OLE color: 6771860.

HSL color Cylindrical-coordinate representation of color #945467: hue angle of 342.19º 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 #945467 is Cyan = 0, Magento = 0.43, Yellow = 0.30 and Black (K on CMYK) = 0.42.

Color convert

RGB14884103-
CMYK00.430.300.42
HSL342.19º27.59%45.49%-
HSV(B)342.19º43.24%58.04%-
XYZ17.8313.6214.52-
YUV105.3126.7158.46-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.18%
GREEN value IS 84 (33.20% from 255) = 25.07%
BLUE value IS 103 (40.62% from 255) = 30.75%
R=44.18%
G=25.07%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.30
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1488410300.430.300.42342.1927.5945.49
Hex94546702B1E2A1561c2d
Octal22412414705336525263455
Binary100101001010100110011101010111111010101010101011011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945467; }

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

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

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

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

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

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

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

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