#995A5F

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

Shades of Vin Rouge #995A5F

Tints of Vin Rouge #995A5F

Color information

#995A5F (or 0x995A5F) is unknown color: approx Vin Rouge. HEX triplet: 99, 5A and 5F. RGB value is (153,90,95). Sum of RGB (Red+Green+Blue) = 153+90+95=338 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.27% from 338); Green value is 90 (35.55% from 255 or 26.63% from 338); Blue value is 95 (37.5% from 255 or 28.11% from 338); Max value from RGB is 153 - color contains mainly: red. Hex color #995A5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995A5F is #66A5A0. Grayscale: #6D6D6D. Windows color (decimal): -6727073 or 6249113. OLE color: 6249113.

HSL color Cylindrical-coordinate representation of color #995A5F: hue angle of 355.24º 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 #995A5F is Cyan = 0, Magento = 0.41, Yellow = 0.38 and Black (K on CMYK) = 0.4.

Color convert

RGB1539095-
CMYK00.410.380.4
HSL355.24º25.93%47.65%-
HSV(B)355.24º41.18%60%-
XYZ18.8614.9112.71-
YUV109.41119.87159.09-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.27%
GREEN value IS 90 (35.55% from 255) = 26.63%
BLUE value IS 95 (37.5% from 255) = 28.11%
R=45.27%
G=26.63%
B=28.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.38
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153909500.410.380.4355.2425.9347.65
Hex995A5F02926281631a30
Octal23113213705146505433260
Binary1001100110110101011111010100110011010100010110001111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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