#915768

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

Shades of Vin Rouge #915768

Tints of Vin Rouge #915768

Color information

#915768 (or 0x915768) is unknown color: approx Vin Rouge. HEX triplet: 91, 57 and 68. RGB value is (145,87,104). Sum of RGB (Red+Green+Blue) = 145+87+104=336 (44% of max value = 765). Red value is 145 (57.03% from 255 or 43.15% from 336); Green value is 87 (34.38% from 255 or 25.89% from 336); Blue value is 104 (41.02% from 255 or 30.95% from 336); Max value from RGB is 145 - color contains mainly: red. Hex color #915768 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915768 is #6EA897. Grayscale: #6A6A6A. Windows color (decimal): -7252120 or 6838161. OLE color: 6838161.

HSL color Cylindrical-coordinate representation of color #915768: hue angle of 342.41º 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 #915768 is Cyan = 0, Magento = 0.4, Yellow = 0.28 and Black (K on CMYK) = 0.43.

Color convert

RGB14587104-
CMYK00.40.280.43
HSL342.41º25%45.49%-
HSV(B)342.41º40%56.86%-
XYZ17.5813.8414.84-
YUV106.28126.72155.62-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 43.15%
GREEN value IS 87 (34.38% from 255) = 25.89%
BLUE value IS 104 (41.02% from 255) = 30.95%
R=43.15%
G=25.89%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.28
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1458710400.40.280.43342.412545.49
Hex9157680281C2B156192d
Octal22112715005034535263155
Binary100100011010111110100001010001110010101110101011011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #915768; }

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

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

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

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

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

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

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

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