#995561

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

Shades of Vin Rouge #995561

Tints of Vin Rouge #995561

Color information

#995561 (or 0x995561) is unknown color: approx Vin Rouge. HEX triplet: 99, 55 and 61. RGB value is (153,85,97). Sum of RGB (Red+Green+Blue) = 153+85+97=335 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.67% from 335); Green value is 85 (33.59% from 255 or 25.37% from 335); Blue value is 97 (38.28% from 255 or 28.96% from 335); Max value from RGB is 153 - color contains mainly: red. Hex color #995561 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995561 is #66AA9E. Grayscale: #6A6A6A. Windows color (decimal): -6728351 or 6378905. OLE color: 6378905.

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

Color convert

RGB1538597-
CMYK00.440.370.4
HSL349.41º28.57%46.67%-
HSV(B)349.41º44.44%60%-
XYZ18.5414.1313.06-
YUV106.7122.53161.02-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.67%
GREEN value IS 85 (33.59% from 255) = 25.37%
BLUE value IS 97 (38.28% from 255) = 28.96%
R=45.67%
G=25.37%
B=28.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.37
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153859700.440.370.4349.4128.5746.67
Hex99556102C252815d1d2f
Octal23112514105445505353557
Binary1001100110101011100001010110010010110100010101110111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995561; }

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

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

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

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

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

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

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

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