#945366

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

Shades of Vin Rouge #945366

Tints of Vin Rouge #945366

Color information

#945366 (or 0x945366) is unknown color: approx Vin Rouge. HEX triplet: 94, 53 and 66. RGB value is (148,83,102). Sum of RGB (Red+Green+Blue) = 148+83+102=333 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.44% from 333); Green value is 83 (32.81% from 255 or 24.92% from 333); Blue value is 102 (40.23% from 255 or 30.63% from 333); Max value from RGB is 148 - color contains mainly: red. Hex color #945366 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945366 is #6BAC99. Grayscale: #686868. Windows color (decimal): -7056538 or 6706068. OLE color: 6706068.

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

Color convert

RGB14883102-
CMYK00.440.310.42
HSL342.46º28.14%45.29%-
HSV(B)342.46º43.92%58.04%-
XYZ17.713.4414.23-
YUV104.6126.53158.96-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.44%
GREEN value IS 83 (32.81% from 255) = 24.92%
BLUE value IS 102 (40.23% from 255) = 30.63%
R=44.44%
G=24.92%
B=30.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.31
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1488310200.440.310.42342.4628.1445.29
Hex94536602C1F2A1561c2d
Octal22412314605437525263455
Binary100101001010011110011001011001111110101010101011011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945366; }

 p { color: rgb(148,83,102); }

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

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

 a { background-color: rgb(148,83,102); }

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

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

 span { border-color: rgb(148,83,102); }

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