#945469

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

Shades of Vin Rouge #945469

Tints of Vin Rouge #945469

Color information

#945469 (or 0x945469) is unknown color: approx Vin Rouge. HEX triplet: 94, 54 and 69. RGB value is (148,84,105). Sum of RGB (Red+Green+Blue) = 148+84+105=337 (44% of max value = 765). Red value is 148 (58.20% from 255 or 43.92% from 337); Green value is 84 (33.20% from 255 or 24.93% from 337); Blue value is 105 (41.41% from 255 or 31.16% from 337); Max value from RGB is 148 - color contains mainly: red. Hex color #945469 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945469 is #6BAB96. Grayscale: #696969. Windows color (decimal): -7056279 or 6902932. OLE color: 6902932.

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

Color convert

RGB14884105-
CMYK00.430.290.42
HSL340.31º27.59%45.49%-
HSV(B)340.31º43.24%58.04%-
XYZ17.9313.6615.06-
YUV105.53127.7158.29-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 43.92%
GREEN value IS 84 (33.20% from 255) = 24.93%
BLUE value IS 105 (41.41% from 255) = 31.16%
R=43.92%
G=24.93%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.29
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1488410500.430.290.42340.3127.5945.49
Hex94546902B1D2A1541c2d
Octal22412415105335525243455
Binary100101001010100110100101010111110110101010101010011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945469; }

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

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

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

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

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

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

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

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