#955361

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

Shades of Vin Rouge #955361

Tints of Vin Rouge #955361

Color information

#955361 (or 0x955361) is unknown color: approx Vin Rouge. HEX triplet: 95, 53 and 61. RGB value is (149,83,97). Sum of RGB (Red+Green+Blue) = 149+83+97=329 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.29% from 329); Green value is 83 (32.81% from 255 or 25.23% from 329); Blue value is 97 (38.28% from 255 or 29.48% from 329); Max value from RGB is 149 - color contains mainly: red. Hex color #955361 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955361 is #6AAC9E. Grayscale: #686868. Windows color (decimal): -6991007 or 6378389. OLE color: 6378389.

HSL color Cylindrical-coordinate representation of color #955361: hue angle of 347.27º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #955361 is Cyan = 0, Magento = 0.44, Yellow = 0.35 and Black (K on CMYK) = 0.42.

Color convert

RGB1498397-
CMYK00.440.350.42
HSL347.27º28.45%45.49%-
HSV(B)347.27º44.3%58.43%-
XYZ17.6513.4412.97-
YUV104.33123.87159.86-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.29%
GREEN value IS 83 (32.81% from 255) = 25.23%
BLUE value IS 97 (38.28% from 255) = 29.48%
R=45.29%
G=25.23%
B=29.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.35
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149839700.440.350.42347.2728.4545.49
Hex95536102C232A15b1c2d
Octal22512314105443525333455
Binary1001010110100111100001010110010001110101010101101111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955361; }

 p { color: rgb(149,83,97); }

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

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

 a { background-color: rgb(149,83,97); }

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

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

 span { border-color: rgb(149,83,97); }

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