#995272

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

Shades of Vin Rouge #995272

Tints of Vin Rouge #995272

Color information

#995272 (or 0x995272) is unknown color: approx Vin Rouge. HEX triplet: 99, 52 and 72. RGB value is (153,82,114). Sum of RGB (Red+Green+Blue) = 153+82+114=349 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.84% from 349); Green value is 82 (32.42% from 255 or 23.50% from 349); Blue value is 114 (44.92% from 255 or 32.66% from 349); Max value from RGB is 153 - color contains mainly: red. Hex color #995272 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995272 is #66AD8D. Grayscale: #6A6A6A. Windows color (decimal): -6729102 or 7492249. OLE color: 7492249.

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

Color convert

RGB15382114-
CMYK00.460.250.4
HSL332.96º30.21%46.08%-
HSV(B)332.96º46.41%60%-
XYZ19.1914.0217.61-
YUV106.88132.02160.9-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 43.84%
GREEN value IS 82 (32.42% from 255) = 23.50%
BLUE value IS 114 (44.92% from 255) = 32.66%
R=43.84%
G=23.50%
B=32.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.25
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1538211400.460.250.4332.9630.2146.08
Hex99527202E192814d1e2e
Octal23112216205631505153656
Binary100110011010010111001001011101100110100010100110111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995272; }

 p { color: rgb(153,82,114); }

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

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

 a { background-color: rgb(153,82,114); }

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

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

 span { border-color: rgb(153,82,114); }

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