#95595B

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

Shades of Vin Rouge #95595B

Tints of Vin Rouge #95595B

Color information

#95595B (or 0x95595B) is unknown color: approx Vin Rouge. HEX triplet: 95, 59 and 5B. RGB value is (149,89,91). Sum of RGB (Red+Green+Blue) = 149+89+91=329 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.29% from 329); Green value is 89 (35.16% from 255 or 27.05% from 329); Blue value is 91 (35.94% from 255 or 27.66% from 329); Max value from RGB is 149 - color contains mainly: red. Hex color #95595B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95595B is #6AA6A4. Grayscale: #6B6B6B. Windows color (decimal): -6989477 or 5986709. OLE color: 5986709.

HSL color Cylindrical-coordinate representation of color #95595B: hue angle of 358º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #95595B is Cyan = 0, Magento = 0.40, Yellow = 0.39 and Black (K on CMYK) = 0.42.

Color convert

RGB1498991-
CMYK00.400.390.42
HSL358º25.21%46.67%-
HSV(B)358º40.27%58.43%-
XYZ17.8614.2911.71-
YUV107.17118.88157.84-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.29%
GREEN value IS 89 (35.16% from 255) = 27.05%
BLUE value IS 91 (35.94% from 255) = 27.66%
R=45.29%
G=27.05%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.39
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149899100.400.390.4235825.2146.67
Hex95595B028272A166192f
Octal22513113305047525463157
Binary1001010110110011011011010100010011110101010110011011001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95595B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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