#955058

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

Shades of Vin Rouge #955058

Tints of Vin Rouge #955058

Color information

#955058 (or 0x955058) is unknown color: approx Vin Rouge. HEX triplet: 95, 50 and 58. RGB value is (149,80,88). Sum of RGB (Red+Green+Blue) = 149+80+88=317 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.00% from 317); Green value is 80 (31.64% from 255 or 25.24% from 317); Blue value is 88 (34.77% from 255 or 27.76% from 317); Max value from RGB is 149 - color contains mainly: red. Hex color #955058 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955058 is #6AAFA7. Grayscale: #656565. Windows color (decimal): -6991784 or 5787797. OLE color: 5787797.

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

Color convert

RGB1498088-
CMYK00.460.410.42
HSL353.04º30.13%44.9%-
HSV(B)353.04º46.31%58.43%-
XYZ17.0212.8310.81-
YUV101.54120.36161.85-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 47.00%
GREEN value IS 80 (31.64% from 255) = 25.24%
BLUE value IS 88 (34.77% from 255) = 27.76%
R=47.00%
G=25.24%
B=27.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.41
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149808800.460.410.42353.0430.1344.9
Hex95505802E292A1611e2d
Octal22512013005651525413655
Binary1001010110100001011000010111010100110101010110000111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955058; }

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

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

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

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

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

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

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

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