#955863

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

Shades of Vin Rouge #955863

Tints of Vin Rouge #955863

Color information

#955863 (or 0x955863) is unknown color: approx Vin Rouge. HEX triplet: 95, 58 and 63. RGB value is (149,88,99). Sum of RGB (Red+Green+Blue) = 149+88+99=336 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.35% from 336); Green value is 88 (34.77% from 255 or 26.19% from 336); Blue value is 99 (39.06% from 255 or 29.46% from 336); Max value from RGB is 149 - color contains mainly: red. Hex color #955863 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955863 is #6AA79C. Grayscale: #6B6B6B. Windows color (decimal): -6989725 or 6510741. OLE color: 6510741.

HSL color Cylindrical-coordinate representation of color #955863: hue angle of 349.18º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #955863 is Cyan = 0, Magento = 0.41, Yellow = 0.34 and Black (K on CMYK) = 0.42.

Color convert

RGB1498899-
CMYK00.410.340.42
HSL349.18º25.74%46.47%-
HSV(B)349.18º40.94%58.43%-
XYZ18.1414.2713.6-
YUV107.49123.21157.61-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 44.35%
GREEN value IS 88 (34.77% from 255) = 26.19%
BLUE value IS 99 (39.06% from 255) = 29.46%
R=44.35%
G=26.19%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.34
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149889900.410.340.42349.1825.7446.47
Hex955863029222A15d1a2e
Octal22513014305142525353256
Binary1001010110110001100011010100110001010101010101110111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955863; }

 p { color: rgb(149,88,99); }

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

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

 a { background-color: rgb(149,88,99); }

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

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

 span { border-color: rgb(149,88,99); }

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