#915D61

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

Shades of Vin Rouge #915D61

Tints of Vin Rouge #915D61

Color information

#915D61 (or 0x915D61) is unknown color: approx Vin Rouge. HEX triplet: 91, 5D and 61. RGB value is (145,93,97). Sum of RGB (Red+Green+Blue) = 145+93+97=335 (44% of max value = 765). Red value is 145 (57.03% from 255 or 43.28% from 335); Green value is 93 (36.72% from 255 or 27.76% from 335); Blue value is 97 (38.28% from 255 or 28.96% from 335); Max value from RGB is 145 - color contains mainly: red. Hex color #915D61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915D61 is #6EA29E. Grayscale: #6D6D6D. Windows color (decimal): -7250591 or 6380945. OLE color: 6380945.

HSL color Cylindrical-coordinate representation of color #915D61: hue angle of 355.38º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #915D61 is Cyan = 0, Magento = 0.36, Yellow = 0.33 and Black (K on CMYK) = 0.43.

Color convert

RGB1459397-
CMYK00.360.330.43
HSL355.38º21.85%46.67%-
HSV(B)355.38º35.86%56.86%-
XYZ17.7514.7113.21-
YUV109121.23153.67-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 43.28%
GREEN value IS 93 (36.72% from 255) = 27.76%
BLUE value IS 97 (38.28% from 255) = 28.96%
R=43.28%
G=27.76%
B=28.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.33
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145939700.360.330.43355.3821.8546.67
Hex915D61024212B163162f
Octal22113514104441535432657
Binary1001000110111011100001010010010000110101110110001110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #915D61; }

 p { color: rgb(145,93,97); }

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

<style>
 a { background-color: #915D61; }

 a { background-color: rgb(145,93,97); }

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

<style>
 span { border-color: #915D61; }

 span { border-color: rgb(145,93,97); }

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