#995964

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

Shades of Vin Rouge #995964

Tints of Vin Rouge #995964

Color information

#995964 (or 0x995964) is unknown color: approx Vin Rouge. HEX triplet: 99, 59 and 64. RGB value is (153,89,100). Sum of RGB (Red+Green+Blue) = 153+89+100=342 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.74% from 342); Green value is 89 (35.16% from 255 or 26.02% from 342); Blue value is 100 (39.45% from 255 or 29.24% from 342); Max value from RGB is 153 - color contains mainly: red. Hex color #995964 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995964 is #66A69B. Grayscale: #6D6D6D. Windows color (decimal): -6727324 or 6576537. OLE color: 6576537.

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

Color convert

RGB15389100-
CMYK00.420.350.4
HSL349.69º26.45%47.45%-
HSV(B)349.69º41.83%60%-
XYZ19.0114.8413.92-
YUV109.39122.7159.11-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 44.74%
GREEN value IS 89 (35.16% from 255) = 26.02%
BLUE value IS 100 (39.45% from 255) = 29.24%
R=44.74%
G=26.02%
B=29.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.35
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1538910000.420.350.4349.6926.4547.45
Hex99596402A232815e1a2f
Octal23113114405243505363257
Binary1001100110110011100100010101010001110100010101111011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995964; }

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

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

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

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

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

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

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

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