#95555B

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

Shades of Vin Rouge #95555B

Tints of Vin Rouge #95555B

Color information

#95555B (or 0x95555B) is unknown color: approx Vin Rouge. HEX triplet: 95, 55 and 5B. RGB value is (149,85,91). Sum of RGB (Red+Green+Blue) = 149+85+91=325 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.85% from 325); Green value is 85 (33.59% from 255 or 26.15% from 325); Blue value is 91 (35.94% from 255 or 28% from 325); Max value from RGB is 149 - color contains mainly: red. Hex color #95555B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95555B is #6AAAA4. Grayscale: #686868. Windows color (decimal): -6990501 or 5985685. OLE color: 5985685.

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

Color convert

RGB1498591-
CMYK00.430.390.42
HSL354.38º27.35%45.88%-
HSV(B)354.38º42.95%58.43%-
XYZ17.5313.6411.61-
YUV104.82120.2159.51-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.85%
GREEN value IS 85 (33.59% from 255) = 26.15%
BLUE value IS 91 (35.94% from 255) = 28%
R=45.85%
G=26.15%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.39
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149859100.430.390.42354.3827.3545.88
Hex95555B02B272A1621b2e
Octal22512513305347525423356
Binary1001010110101011011011010101110011110101010110001011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95555B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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