#915261

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

Shades of Vin Rouge #915261

Tints of Vin Rouge #915261

Color information

#915261 (or 0x915261) is unknown color: approx Vin Rouge. HEX triplet: 91, 52 and 61. RGB value is (145,82,97). Sum of RGB (Red+Green+Blue) = 145+82+97=324 (42% of max value = 765). Red value is 145 (57.03% from 255 or 44.75% from 324); Green value is 82 (32.42% from 255 or 25.31% from 324); Blue value is 97 (38.28% from 255 or 29.94% from 324); Max value from RGB is 145 - color contains mainly: red. Hex color #915261 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915261 is #6EAD9E. Grayscale: #666666. Windows color (decimal): -7253407 or 6378129. OLE color: 6378129.

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

Color convert

RGB1458297-
CMYK00.430.330.43
HSL345.71º27.75%44.51%-
HSV(B)345.71º43.45%56.86%-
XYZ16.8512.9212.91-
YUV102.55124.87158.28-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 44.75%
GREEN value IS 82 (32.42% from 255) = 25.31%
BLUE value IS 97 (38.28% from 255) = 29.94%
R=44.75%
G=25.31%
B=29.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.33
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145829700.430.330.43345.7127.7544.51
Hex91526102B212B15a1c2d
Octal22112214105341535323455
Binary1001000110100101100001010101110000110101110101101011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #915261; }

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

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

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

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

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

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

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

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