#95535C

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

Shades of Vin Rouge #95535C

Tints of Vin Rouge #95535C

Color information

#95535C (or 0x95535C) is unknown color: approx Vin Rouge. HEX triplet: 95, 53 and 5C. RGB value is (149,83,92). Sum of RGB (Red+Green+Blue) = 149+83+92=324 (42% of max value = 765). Red value is 149 (58.59% from 255 or 45.99% from 324); Green value is 83 (32.81% from 255 or 25.62% from 324); Blue value is 92 (36.33% from 255 or 28.40% from 324); Max value from RGB is 149 - color contains mainly: red. Hex color #95535C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95535C is #6AACA3. Grayscale: #676767. Windows color (decimal): -6991012 or 6050709. OLE color: 6050709.

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

Color convert

RGB1498392-
CMYK00.440.380.42
HSL351.82º28.45%45.49%-
HSV(B)351.82º44.3%58.43%-
XYZ17.4213.3511.78-
YUV103.76121.37160.27-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.99%
GREEN value IS 83 (32.81% from 255) = 25.62%
BLUE value IS 92 (36.33% from 255) = 28.40%
R=45.99%
G=25.62%
B=28.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.38
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149839200.440.380.42351.8228.4545.49
Hex95535C02C262A1601c2d
Octal22512313405446525403455
Binary1001010110100111011100010110010011010101010110000011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95535C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95535C; }

 p { color: rgb(149,83,92); }

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

<style>
 a { background-color: #95535C; }

 a { background-color: rgb(149,83,92); }

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

<style>
 span { border-color: #95535C; }

 span { border-color: rgb(149,83,92); }

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