#915767

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

Shades of Vin Rouge #915767

Tints of Vin Rouge #915767

Color information

#915767 (or 0x915767) is unknown color: approx Vin Rouge. HEX triplet: 91, 57 and 67. RGB value is (145,87,103). Sum of RGB (Red+Green+Blue) = 145+87+103=335 (44% of max value = 765). Red value is 145 (57.03% from 255 or 43.28% from 335); Green value is 87 (34.38% from 255 or 25.97% from 335); Blue value is 103 (40.62% from 255 or 30.75% from 335); Max value from RGB is 145 - color contains mainly: red. Hex color #915767 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915767 is #6EA898. Grayscale: #6A6A6A. Windows color (decimal): -7252121 or 6772625. OLE color: 6772625.

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

Color convert

RGB14587103-
CMYK00.40.290.43
HSL343.45º25%45.49%-
HSV(B)343.45º40%56.86%-
XYZ17.5313.8214.57-
YUV106.17126.22155.7-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 43.28%
GREEN value IS 87 (34.38% from 255) = 25.97%
BLUE value IS 103 (40.62% from 255) = 30.75%
R=43.28%
G=25.97%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.29
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1458710300.40.290.43343.452545.49
Hex9157670281D2B157192d
Octal22112714705035535273155
Binary100100011010111110011101010001110110101110101011111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #915767; }

 p { color: rgb(145,87,103); }

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

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

 a { background-color: rgb(145,87,103); }

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

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

 span { border-color: rgb(145,87,103); }

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