#995071

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

Shades of Vin Rouge #995071

Tints of Vin Rouge #995071

Color information

#995071 (or 0x995071) is unknown color: approx Vin Rouge. HEX triplet: 99, 50 and 71. RGB value is (153,80,113). Sum of RGB (Red+Green+Blue) = 153+80+113=346 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.22% from 346); Green value is 80 (31.64% from 255 or 23.12% from 346); Blue value is 113 (44.53% from 255 or 32.66% from 346); Max value from RGB is 153 - color contains mainly: red. Hex color #995071 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995071 is #66AF8E. Grayscale: #696969. Windows color (decimal): -6729615 or 7426201. OLE color: 7426201.

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

Color convert

RGB15380113-
CMYK00.480.260.4
HSL332.88º31.33%45.69%-
HSV(B)332.88º47.71%60%-
XYZ18.9913.717.27-
YUV105.59132.18161.82-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 44.22%
GREEN value IS 80 (31.64% from 255) = 23.12%
BLUE value IS 113 (44.53% from 255) = 32.66%
R=44.22%
G=23.12%
B=32.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.26
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1538011300.480.260.4332.8831.3345.69
Hex9950710301A2814d1f2e
Octal23112016106032505153756
Binary100110011010000111000101100001101010100010100110111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995071; }

 p { color: rgb(153,80,113); }

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

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

 a { background-color: rgb(153,80,113); }

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

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

 span { border-color: rgb(153,80,113); }

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