#955561

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

Shades of Vin Rouge #955561

Tints of Vin Rouge #955561

Color information

#955561 (or 0x955561) is unknown color: approx Vin Rouge. HEX triplet: 95, 55 and 61. RGB value is (149,85,97). Sum of RGB (Red+Green+Blue) = 149+85+97=331 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.02% from 331); Green value is 85 (33.59% from 255 or 25.68% from 331); Blue value is 97 (38.28% from 255 or 29.31% from 331); Max value from RGB is 149 - color contains mainly: red. Hex color #955561 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955561 is #6AAA9E. Grayscale: #696969. Windows color (decimal): -6990495 or 6378901. OLE color: 6378901.

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

Color convert

RGB1498597-
CMYK00.430.350.42
HSL348.75º27.35%45.88%-
HSV(B)348.75º42.95%58.43%-
XYZ17.813.7513.03-
YUV105.5123.2159.02-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.02%
GREEN value IS 85 (33.59% from 255) = 25.68%
BLUE value IS 97 (38.28% from 255) = 29.31%
R=45.02%
G=25.68%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.35
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149859700.430.350.42348.7527.3545.88
Hex95556102B232A15d1b2e
Octal22512514105343525353356
Binary1001010110101011100001010101110001110101010101110111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955561; }

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

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

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

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

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

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

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

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