#995470

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

Shades of Vin Rouge #995470

Tints of Vin Rouge #995470

Color information

#995470 (or 0x995470) is unknown color: approx Vin Rouge. HEX triplet: 99, 54 and 70. RGB value is (153,84,112). Sum of RGB (Red+Green+Blue) = 153+84+112=349 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.84% from 349); Green value is 84 (33.20% from 255 or 24.07% from 349); Blue value is 112 (44.14% from 255 or 32.09% from 349); Max value from RGB is 153 - color contains mainly: red. Hex color #995470 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995470 is #66AB8F. Grayscale: #6B6B6B. Windows color (decimal): -6728592 or 7361689. OLE color: 7361689.

HSL color Cylindrical-coordinate representation of color #995470: hue angle of 335.65º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #995470 is Cyan = 0, Magento = 0.45, Yellow = 0.27 and Black (K on CMYK) = 0.4.

Color convert

RGB15384112-
CMYK00.450.270.4
HSL335.65º29.11%46.47%-
HSV(B)335.65º45.1%60%-
XYZ19.2314.2817.07-
YUV107.82130.36160.22-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 43.84%
GREEN value IS 84 (33.20% from 255) = 24.07%
BLUE value IS 112 (44.14% from 255) = 32.09%
R=43.84%
G=24.07%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.27
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1538411200.450.270.4335.6529.1146.47
Hex99547002D1B281501d2e
Octal23112416005533505203556
Binary100110011010100111000001011011101110100010101000011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995470; }

 p { color: rgb(153,84,112); }

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

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

 a { background-color: rgb(153,84,112); }

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

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

 span { border-color: rgb(153,84,112); }

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