#95515E

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

Shades of Vin Rouge #95515E

Tints of Vin Rouge #95515E

Color information

#95515E (or 0x95515E) is unknown color: approx Vin Rouge. HEX triplet: 95, 51 and 5E. RGB value is (149,81,94). Sum of RGB (Red+Green+Blue) = 149+81+94=324 (42% of max value = 765). Red value is 149 (58.59% from 255 or 45.99% from 324); Green value is 81 (32.03% from 255 or 25% from 324); Blue value is 94 (37.11% from 255 or 29.01% from 324); Max value from RGB is 149 - color contains mainly: red. Hex color #95515E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95515E is #6AAEA1. Grayscale: #666666. Windows color (decimal): -6991522 or 6181269. OLE color: 6181269.

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

Color convert

RGB1498194-
CMYK00.460.370.42
HSL348.53º29.57%45.1%-
HSV(B)348.53º45.64%58.43%-
XYZ17.3613.0812.2-
YUV102.81123.03160.94-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.99%
GREEN value IS 81 (32.03% from 255) = 25%
BLUE value IS 94 (37.11% from 255) = 29.01%
R=45.99%
G=25%
B=29.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.37
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149819400.460.370.42348.5329.5745.1
Hex95515E02E252A15d1e2d
Octal22512113605645525353655
Binary1001010110100011011110010111010010110101010101110111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95515E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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