#95585E

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

Shades of Vin Rouge #95585E

Tints of Vin Rouge #95585E

Color information

#95585E (or 0x95585E) is unknown color: approx Vin Rouge. HEX triplet: 95, 58 and 5E. RGB value is (149,88,94). Sum of RGB (Red+Green+Blue) = 149+88+94=331 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.02% from 331); Green value is 88 (34.77% from 255 or 26.59% from 331); Blue value is 94 (37.11% from 255 or 28.40% from 331); Max value from RGB is 149 - color contains mainly: red. Hex color #95585E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95585E is #6AA7A1. Grayscale: #6A6A6A. Windows color (decimal): -6989730 or 6183061. OLE color: 6183061.

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

Color convert

RGB1498894-
CMYK00.410.370.42
HSL354.1º25.74%46.47%-
HSV(B)354.1º40.94%58.43%-
XYZ17.914.1812.38-
YUV106.92120.71158.01-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.02%
GREEN value IS 88 (34.77% from 255) = 26.59%
BLUE value IS 94 (37.11% from 255) = 28.40%
R=45.02%
G=26.59%
B=28.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.37
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149889400.410.370.42354.125.7446.47
Hex95585E029252A1621a2e
Octal22513013605145525423256
Binary1001010110110001011110010100110010110101010110001011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95585E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95585E; }

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

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

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

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

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

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

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

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