#95525E

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

Shades of Vin Rouge #95525E

Tints of Vin Rouge #95525E

Color information

#95525E (or 0x95525E) is unknown color: approx Vin Rouge. HEX triplet: 95, 52 and 5E. RGB value is (149,82,94). Sum of RGB (Red+Green+Blue) = 149+82+94=325 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.85% from 325); Green value is 82 (32.42% from 255 or 25.23% from 325); Blue value is 94 (37.11% from 255 or 28.92% from 325); Max value from RGB is 149 - color contains mainly: red. Hex color #95525E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95525E is #6AADA1. Grayscale: #676767. Windows color (decimal): -6991266 or 6181525. OLE color: 6181525.

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

Color convert

RGB1498294-
CMYK00.450.370.42
HSL349.25º29%45.29%-
HSV(B)349.25º44.97%58.43%-
XYZ17.4313.2312.22-
YUV103.4122.7160.52-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.85%
GREEN value IS 82 (32.42% from 255) = 25.23%
BLUE value IS 94 (37.11% from 255) = 28.92%
R=45.85%
G=25.23%
B=28.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.37
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149829400.450.370.42349.252945.29
Hex95525E02D252A15d1d2d
Octal22512213605545525353555
Binary1001010110100101011110010110110010110101010101110111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95525E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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