#995859

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

Shades of Vin Rouge #995859

Tints of Vin Rouge #995859

Color information

#995859 (or 0x995859) is unknown color: approx Vin Rouge. HEX triplet: 99, 58 and 59. RGB value is (153,88,89). Sum of RGB (Red+Green+Blue) = 153+88+89=330 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.36% from 330); Green value is 88 (34.77% from 255 or 26.67% from 330); Blue value is 89 (35.16% from 255 or 26.97% from 330); Max value from RGB is 153 - color contains mainly: red. Hex color #995859 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995859 is #66A7A6. Grayscale: #6B6B6B. Windows color (decimal): -6727591 or 5855385. OLE color: 5855385.

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

Color convert

RGB1538889-
CMYK00.420.420.4
HSL359.08º26.97%47.25%-
HSV(B)359.08º42.48%60%-
XYZ18.4314.4711.27-
YUV107.55117.53160.42-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 46.36%
GREEN value IS 88 (34.77% from 255) = 26.67%
BLUE value IS 89 (35.16% from 255) = 26.97%
R=46.36%
G=26.67%
B=26.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.42
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153888900.420.420.4359.0826.9747.25
Hex99585902A2A281671b2f
Octal23113013105252505473357
Binary1001100110110001011001010101010101010100010110011111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995859; }

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

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

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

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

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

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

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

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