#915061

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

Shades of Vin Rouge #915061

Tints of Vin Rouge #915061

Color information

#915061 (or 0x915061) is unknown color: approx Vin Rouge. HEX triplet: 91, 50 and 61. RGB value is (145,80,97). Sum of RGB (Red+Green+Blue) = 145+80+97=322 (42% of max value = 765). Red value is 145 (57.03% from 255 or 45.03% from 322); Green value is 80 (31.64% from 255 or 24.84% from 322); Blue value is 97 (38.28% from 255 or 30.12% from 322); Max value from RGB is 145 - color contains mainly: red. Hex color #915061 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915061 is #6EAF9E. Grayscale: #656565. Windows color (decimal): -7253919 or 6377617. OLE color: 6377617.

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

Color convert

RGB1458097-
CMYK00.450.330.43
HSL344.31º28.89%44.12%-
HSV(B)344.31º44.83%56.86%-
XYZ16.712.6212.86-
YUV101.37125.53159.12-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 45.03%
GREEN value IS 80 (31.64% from 255) = 24.84%
BLUE value IS 97 (38.28% from 255) = 30.12%
R=45.03%
G=24.84%
B=30.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.33
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145809700.450.330.43344.3128.8944.12
Hex91506102D212B1581d2c
Octal22112014105541535303554
Binary1001000110100001100001010110110000110101110101100011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #915061; }

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

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

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

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

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

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

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

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