#995A61

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

Shades of Vin Rouge #995A61

Tints of Vin Rouge #995A61

Color information

#995A61 (or 0x995A61) is unknown color: approx Vin Rouge. HEX triplet: 99, 5A and 61. RGB value is (153,90,97). Sum of RGB (Red+Green+Blue) = 153+90+97=340 (45% of max value = 765). Red value is 153 (60.16% from 255 or 45% from 340); Green value is 90 (35.55% from 255 or 26.47% from 340); Blue value is 97 (38.28% from 255 or 28.53% from 340); Max value from RGB is 153 - color contains mainly: red. Hex color #995A61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995A61 is #66A59E. Grayscale: #6D6D6D. Windows color (decimal): -6727071 or 6380185. OLE color: 6380185.

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

Color convert

RGB1539097-
CMYK00.410.370.4
HSL353.33º25.93%47.65%-
HSV(B)353.33º41.18%60%-
XYZ18.9514.9513.2-
YUV109.64120.87158.93-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45%
GREEN value IS 90 (35.55% from 255) = 26.47%
BLUE value IS 97 (38.28% from 255) = 28.53%
R=45%
G=26.47%
B=28.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.37
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153909700.410.370.4353.3325.9347.65
Hex995A6102925281611a30
Octal23113214105145505413260
Binary1001100110110101100001010100110010110100010110000111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995A61; }

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

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

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

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

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

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

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

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