#995356

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

Shades of Vin Rouge #995356

Tints of Vin Rouge #995356

Color information

#995356 (or 0x995356) is unknown color: approx Vin Rouge. HEX triplet: 99, 53 and 56. RGB value is (153,83,86). Sum of RGB (Red+Green+Blue) = 153+83+86=322 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.52% from 322); Green value is 83 (32.81% from 255 or 25.78% from 322); Blue value is 86 (33.98% from 255 or 26.71% from 322); Max value from RGB is 153 - color contains mainly: red. Hex color #995356 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995356 is #66ACA9. Grayscale: #686868. Windows color (decimal): -6728874 or 5657497. OLE color: 5657497.

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

Color convert

RGB1538386-
CMYK00.460.440.4
HSL357.43º29.66%46.27%-
HSV(B)357.43º45.75%60%-
XYZ17.9113.6310.49-
YUV104.27117.69162.76-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 47.52%
GREEN value IS 83 (32.81% from 255) = 25.78%
BLUE value IS 86 (33.98% from 255) = 26.71%
R=47.52%
G=25.78%
B=26.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.44
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153838600.460.440.4357.4329.6646.27
Hex99535602E2C281651e2e
Octal23112312605654505453656
Binary1001100110100111010110010111010110010100010110010111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995356; }

 p { color: rgb(153,83,86); }

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

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

 a { background-color: rgb(153,83,86); }

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

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

 span { border-color: rgb(153,83,86); }

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