#995158

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

Shades of Vin Rouge #995158

Tints of Vin Rouge #995158

Color information

#995158 (or 0x995158) is unknown color: approx Vin Rouge. HEX triplet: 99, 51 and 58. RGB value is (153,81,88). Sum of RGB (Red+Green+Blue) = 153+81+88=322 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.52% from 322); Green value is 81 (32.03% from 255 or 25.16% from 322); Blue value is 88 (34.77% from 255 or 27.33% from 322); Max value from RGB is 153 - color contains mainly: red. Hex color #995158 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995158 is #66AEA7. Grayscale: #676767. Windows color (decimal): -6729384 or 5788057. OLE color: 5788057.

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

Color convert

RGB1538188-
CMYK00.470.420.4
HSL354.17º30.77%45.88%-
HSV(B)354.17º47.06%60%-
XYZ17.8413.3610.87-
YUV103.33119.35163.43-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 47.52%
GREEN value IS 81 (32.03% from 255) = 25.16%
BLUE value IS 88 (34.77% from 255) = 27.33%
R=47.52%
G=25.16%
B=27.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.42
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153818800.470.420.4354.1730.7745.88
Hex99515802F2A281621f2e
Octal23112113005752505423756
Binary1001100110100011011000010111110101010100010110001011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995158; }

 p { color: rgb(153,81,88); }

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

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

 a { background-color: rgb(153,81,88); }

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

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

 span { border-color: rgb(153,81,88); }

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