#915761

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

Shades of Vin Rouge #915761

Tints of Vin Rouge #915761

Color information

#915761 (or 0x915761) is unknown color: approx Vin Rouge. HEX triplet: 91, 57 and 61. RGB value is (145,87,97). Sum of RGB (Red+Green+Blue) = 145+87+97=329 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.07% from 329); Green value is 87 (34.38% from 255 or 26.44% from 329); Blue value is 97 (38.28% from 255 or 29.48% from 329); Max value from RGB is 145 - color contains mainly: red. Hex color #915761 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915761 is #6EA89E. Grayscale: #696969. Windows color (decimal): -7252127 or 6379409. OLE color: 6379409.

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

Color convert

RGB1458797-
CMYK00.40.330.43
HSL349.66º25%45.49%-
HSV(B)349.66º40%56.86%-
XYZ17.2413.713.04-
YUV105.48123.22156.19-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 44.07%
GREEN value IS 87 (34.38% from 255) = 26.44%
BLUE value IS 97 (38.28% from 255) = 29.48%
R=44.07%
G=26.44%
B=29.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.33
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145879700.40.330.43349.662545.49
Hex915761028212B15e192d
Octal22112714105041535363155
Binary1001000110101111100001010100010000110101110101111011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #915761; }

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

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

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

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

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

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

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

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