#95546B

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

Shades of Vin Rouge #95546B

Tints of Vin Rouge #95546B

Color information

#95546B (or 0x95546B) is unknown color: approx Vin Rouge. HEX triplet: 95, 54 and 6B. RGB value is (149,84,107). Sum of RGB (Red+Green+Blue) = 149+84+107=340 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.82% from 340); Green value is 84 (33.20% from 255 or 24.71% from 340); Blue value is 107 (42.19% from 255 or 31.47% from 340); Max value from RGB is 149 - color contains mainly: red. Hex color #95546B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95546B is #6AAB94. Grayscale: #6A6A6A. Windows color (decimal): -6990741 or 7034005. OLE color: 7034005.

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

Color convert

RGB14984107-
CMYK00.440.280.42
HSL338.77º27.9%45.69%-
HSV(B)338.77º43.62%58.43%-
XYZ18.2213.7915.61-
YUV106.06128.53158.63-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.82%
GREEN value IS 84 (33.20% from 255) = 24.71%
BLUE value IS 107 (42.19% from 255) = 31.47%
R=43.82%
G=24.71%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1498410700.440.280.42338.7727.945.69
Hex95546B02C1C2A1531c2e
Octal22512415305434525233456
Binary100101011010100110101101011001110010101010101001111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95546B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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