#95546A

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

Shades of Vin Rouge #95546A

Tints of Vin Rouge #95546A

Color information

#95546A (or 0x95546A) is unknown color: approx Vin Rouge. HEX triplet: 95, 54 and 6A. RGB value is (149,84,106). Sum of RGB (Red+Green+Blue) = 149+84+106=339 (44% of max value = 765). Red value is 149 (58.59% from 255 or 43.95% from 339); Green value is 84 (33.20% from 255 or 24.78% from 339); Blue value is 106 (41.80% from 255 or 31.27% from 339); Max value from RGB is 149 - color contains mainly: red. Hex color #95546A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95546A is #6AAB95. Grayscale: #696969. Windows color (decimal): -6990742 or 6968469. OLE color: 6968469.

HSL color Cylindrical-coordinate representation of color #95546A: hue angle of 339.69º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #95546A is Cyan = 0, Magento = 0.44, Yellow = 0.29 and Black (K on CMYK) = 0.42.

Color convert

RGB14984106-
CMYK00.440.290.42
HSL339.69º27.9%45.69%-
HSV(B)339.69º43.62%58.43%-
XYZ18.1713.7715.34-
YUV105.94128.03158.71-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.95%
GREEN value IS 84 (33.20% from 255) = 24.78%
BLUE value IS 106 (41.80% from 255) = 31.27%
R=43.95%
G=24.78%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.29
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1498410600.440.290.42339.6927.945.69
Hex95546A02C1D2A1541c2e
Octal22512415205435525243456
Binary100101011010100110101001011001110110101010101010011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95546A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,84,106); }

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

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

 a { background-color: rgb(149,84,106); }

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

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

 span { border-color: rgb(149,84,106); }

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