#955862

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

Shades of Vin Rouge #955862

Tints of Vin Rouge #955862

Color information

#955862 (or 0x955862) is unknown color: approx Vin Rouge. HEX triplet: 95, 58 and 62. RGB value is (149,88,98). Sum of RGB (Red+Green+Blue) = 149+88+98=335 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.48% from 335); Green value is 88 (34.77% from 255 or 26.27% from 335); Blue value is 98 (38.67% from 255 or 29.25% from 335); Max value from RGB is 149 - color contains mainly: red. Hex color #955862 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955862 is #6AA79D. Grayscale: #6B6B6B. Windows color (decimal): -6989726 or 6445205. OLE color: 6445205.

HSL color Cylindrical-coordinate representation of color #955862: hue angle of 350.16º 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 #955862 is Cyan = 0, Magento = 0.41, Yellow = 0.34 and Black (K on CMYK) = 0.42.

Color convert

RGB1498898-
CMYK00.410.340.42
HSL350.16º25.74%46.47%-
HSV(B)350.16º40.94%58.43%-
XYZ18.0914.2513.35-
YUV107.38122.71157.69-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 44.48%
GREEN value IS 88 (34.77% from 255) = 26.27%
BLUE value IS 98 (38.67% from 255) = 29.25%
R=44.48%
G=26.27%
B=29.25%

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
Decimal149889800.410.340.42350.1625.7446.47
Hex955862029222A15e1a2e
Octal22513014205142525363256
Binary1001010110110001100010010100110001010101010101111011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955862; }

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

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

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

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

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

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

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

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