#95505B

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

Shades of Vin Rouge #95505B

Tints of Vin Rouge #95505B

Color information

#95505B (or 0x95505B) is unknown color: approx Vin Rouge. HEX triplet: 95, 50 and 5B. RGB value is (149,80,91). Sum of RGB (Red+Green+Blue) = 149+80+91=320 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.56% from 320); Green value is 80 (31.64% from 255 or 25% from 320); Blue value is 91 (35.94% from 255 or 28.44% from 320); Max value from RGB is 149 - color contains mainly: red. Hex color #95505B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95505B is #6AAFA4. Grayscale: #656565. Windows color (decimal): -6991781 or 5984405. OLE color: 5984405.

HSL color Cylindrical-coordinate representation of color #95505B: hue angle of 350.43º 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 #95505B is Cyan = 0, Magento = 0.46, Yellow = 0.39 and Black (K on CMYK) = 0.42.

Color convert

RGB1498091-
CMYK00.460.390.42
HSL350.43º30.13%44.9%-
HSV(B)350.43º46.31%58.43%-
XYZ17.1512.8811.48-
YUV101.88121.86161.61-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 46.56%
GREEN value IS 80 (31.64% from 255) = 25%
BLUE value IS 91 (35.94% from 255) = 28.44%
R=46.56%
G=25%
B=28.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.39
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149809100.460.390.42350.4330.1344.9
Hex95505B02E272A15e1e2d
Octal22512013305647525363655
Binary1001010110100001011011010111010011110101010101111011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95505B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95505B; }

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

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

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

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

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

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

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

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