#915161

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

Shades of Vin Rouge #915161

Tints of Vin Rouge #915161

Color information

#915161 (or 0x915161) is unknown color: approx Vin Rouge. HEX triplet: 91, 51 and 61. RGB value is (145,81,97). Sum of RGB (Red+Green+Blue) = 145+81+97=323 (42% of max value = 765). Red value is 145 (57.03% from 255 or 44.89% from 323); Green value is 81 (32.03% from 255 or 25.08% from 323); Blue value is 97 (38.28% from 255 or 30.03% from 323); Max value from RGB is 145 - color contains mainly: red. Hex color #915161 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915161 is #6EAE9E. Grayscale: #656565. Windows color (decimal): -7253663 or 6377873. OLE color: 6377873.

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

Color convert

RGB1458197-
CMYK00.440.330.43
HSL345º28.32%44.31%-
HSV(B)345º44.14%56.86%-
XYZ16.7812.7712.89-
YUV101.96125.2158.7-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 44.89%
GREEN value IS 81 (32.03% from 255) = 25.08%
BLUE value IS 97 (38.28% from 255) = 30.03%
R=44.89%
G=25.08%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.33
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145819700.440.330.4334528.3244.31
Hex91516102C212B1591c2c
Octal22112114105441535313454
Binary1001000110100011100001010110010000110101110101100111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #915161; }

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

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

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

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

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

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

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

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