#995961

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

Shades of Vin Rouge #995961

Tints of Vin Rouge #995961

Color information

#995961 (or 0x995961) is unknown color: approx Vin Rouge. HEX triplet: 99, 59 and 61. RGB value is (153,89,97). Sum of RGB (Red+Green+Blue) = 153+89+97=339 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.13% from 339); Green value is 89 (35.16% from 255 or 26.25% from 339); Blue value is 97 (38.28% from 255 or 28.61% from 339); Max value from RGB is 153 - color contains mainly: red. Hex color #995961 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995961 is #66A69E. Grayscale: #6D6D6D. Windows color (decimal): -6727327 or 6379929. OLE color: 6379929.

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

Color convert

RGB1538997-
CMYK00.420.370.4
HSL352.5º26.45%47.45%-
HSV(B)352.5º41.83%60%-
XYZ18.8714.7813.17-
YUV109.05121.2159.35-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.13%
GREEN value IS 89 (35.16% from 255) = 26.25%
BLUE value IS 97 (38.28% from 255) = 28.61%
R=45.13%
G=26.25%
B=28.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.37
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153899700.420.370.4352.526.4547.45
Hex99596102A25281601a2f
Octal23113114105245505403257
Binary1001100110110011100001010101010010110100010110000011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995961; }

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

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

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

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

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

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

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

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