#95585A

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

Shades of Vin Rouge #95585A

Tints of Vin Rouge #95585A

Color information

#95585A (or 0x95585A) is unknown color: approx Vin Rouge. HEX triplet: 95, 58 and 5A. RGB value is (149,88,90). Sum of RGB (Red+Green+Blue) = 149+88+90=327 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.57% from 327); Green value is 88 (34.77% from 255 or 26.91% from 327); Blue value is 90 (35.55% from 255 or 27.52% from 327); Max value from RGB is 149 - color contains mainly: red. Hex color #95585A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95585A is #6AA7A5. Grayscale: #6A6A6A. Windows color (decimal): -6989734 or 5920917. OLE color: 5920917.

HSL color Cylindrical-coordinate representation of color #95585A: hue angle of 358.03º 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 #95585A is Cyan = 0, Magento = 0.41, Yellow = 0.40 and Black (K on CMYK) = 0.42.

Color convert

RGB1498890-
CMYK00.410.400.42
HSL358.03º25.74%46.47%-
HSV(B)358.03º40.94%58.43%-
XYZ17.7314.1111.46-
YUV106.47118.71158.34-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.57%
GREEN value IS 88 (34.77% from 255) = 26.91%
BLUE value IS 90 (35.55% from 255) = 27.52%
R=45.57%
G=26.91%
B=27.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.40
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149889000.410.400.42358.0325.7446.47
Hex95585A029282A1661a2e
Octal22513013205150525463256
Binary1001010110110001011010010100110100010101010110011011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95585A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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