#995259

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

Shades of Vin Rouge #995259

Tints of Vin Rouge #995259

Color information

#995259 (or 0x995259) is unknown color: approx Vin Rouge. HEX triplet: 99, 52 and 59. RGB value is (153,82,89). Sum of RGB (Red+Green+Blue) = 153+82+89=324 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.22% from 324); Green value is 82 (32.42% from 255 or 25.31% from 324); Blue value is 89 (35.16% from 255 or 27.47% from 324); Max value from RGB is 153 - color contains mainly: red. Hex color #995259 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995259 is #66ADA6. Grayscale: #686868. Windows color (decimal): -6729127 or 5853849. OLE color: 5853849.

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

Color convert

RGB1538289-
CMYK00.460.420.4
HSL354.08º30.21%46.08%-
HSV(B)354.08º46.41%60%-
XYZ17.9613.5311.12-
YUV104.03119.52162.93-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 47.22%
GREEN value IS 82 (32.42% from 255) = 25.31%
BLUE value IS 89 (35.16% from 255) = 27.47%
R=47.22%
G=25.31%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.42
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153828900.460.420.4354.0830.2146.08
Hex99525902E2A281621e2e
Octal23112213105652505423656
Binary1001100110100101011001010111010101010100010110001011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995259; }

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

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

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

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

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

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

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

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