#915259

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

Shades of Vin Rouge #915259

Tints of Vin Rouge #915259

Color information

#915259 (or 0x915259) is unknown color: approx Vin Rouge. HEX triplet: 91, 52 and 59. RGB value is (145,82,89). Sum of RGB (Red+Green+Blue) = 145+82+89=316 (41% of max value = 765). Red value is 145 (57.03% from 255 or 45.89% from 316); Green value is 82 (32.42% from 255 or 25.95% from 316); Blue value is 89 (35.16% from 255 or 28.16% from 316); Max value from RGB is 145 - color contains mainly: red. Hex color #915259 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915259 is #6EADA6. Grayscale: #656565. Windows color (decimal): -7253415 or 5853841. OLE color: 5853841.

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

Color convert

RGB1458289-
CMYK00.430.390.43
HSL353.33º27.75%44.51%-
HSV(B)353.33º43.45%56.86%-
XYZ16.512.7811.05-
YUV101.64120.87158.93-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 45.89%
GREEN value IS 82 (32.42% from 255) = 25.95%
BLUE value IS 89 (35.16% from 255) = 28.16%
R=45.89%
G=25.95%
B=28.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.39
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145828900.430.390.43353.3327.7544.51
Hex91525902B272B1611c2d
Octal22112213105347535413455
Binary1001000110100101011001010101110011110101110110000111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #915259; }

 p { color: rgb(145,82,89); }

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

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

 a { background-color: rgb(145,82,89); }

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

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

 span { border-color: rgb(145,82,89); }

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