#95525F

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

Shades of Vin Rouge #95525F

Tints of Vin Rouge #95525F

Color information

#95525F (or 0x95525F) is unknown color: approx Vin Rouge. HEX triplet: 95, 52 and 5F. RGB value is (149,82,95). Sum of RGB (Red+Green+Blue) = 149+82+95=326 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.71% from 326); Green value is 82 (32.42% from 255 or 25.15% from 326); Blue value is 95 (37.5% from 255 or 29.14% from 326); Max value from RGB is 149 - color contains mainly: red. Hex color #95525F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95525F is #6AADA0. Grayscale: #676767. Windows color (decimal): -6991265 or 6247061. OLE color: 6247061.

HSL color Cylindrical-coordinate representation of color #95525F: hue angle of 348.36º 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 #95525F is Cyan = 0, Magento = 0.45, Yellow = 0.36 and Black (K on CMYK) = 0.42.

Color convert

RGB1498295-
CMYK00.450.360.42
HSL348.36º29%45.29%-
HSV(B)348.36º44.97%58.43%-
XYZ17.4813.2512.46-
YUV103.52123.2160.44-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.71%
GREEN value IS 82 (32.42% from 255) = 25.15%
BLUE value IS 95 (37.5% from 255) = 29.14%
R=45.71%
G=25.15%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.36
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149829500.450.360.42348.362945.29
Hex95525F02D242A15c1d2d
Octal22512213705544525343555
Binary1001010110100101011111010110110010010101010101110011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95525F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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