#95535F

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

Shades of Vin Rouge #95535F

Tints of Vin Rouge #95535F

Color information

#95535F (or 0x95535F) is unknown color: approx Vin Rouge. HEX triplet: 95, 53 and 5F. RGB value is (149,83,95). Sum of RGB (Red+Green+Blue) = 149+83+95=327 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.57% from 327); Green value is 83 (32.81% from 255 or 25.38% from 327); Blue value is 95 (37.5% from 255 or 29.05% from 327); Max value from RGB is 149 - color contains mainly: red. Hex color #95535F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95535F is #6AACA0. Grayscale: #686868. Windows color (decimal): -6991009 or 6247317. OLE color: 6247317.

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

Color convert

RGB1498395-
CMYK00.440.360.42
HSL349.09º28.45%45.49%-
HSV(B)349.09º44.3%58.43%-
XYZ17.5513.412.49-
YUV104.1122.87160.02-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.57%
GREEN value IS 83 (32.81% from 255) = 25.38%
BLUE value IS 95 (37.5% from 255) = 29.05%
R=45.57%
G=25.38%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.36
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149839500.440.360.42349.0928.4545.49
Hex95535F02C242A15d1c2d
Octal22512313705444525353455
Binary1001010110100111011111010110010010010101010101110111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95535F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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