#91515D

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

Shades of Vin Rouge #91515D

Tints of Vin Rouge #91515D

Color information

#91515D (or 0x91515D) is unknown color: approx Vin Rouge. HEX triplet: 91, 51 and 5D. RGB value is (145,81,93). Sum of RGB (Red+Green+Blue) = 145+81+93=319 (42% of max value = 765). Red value is 145 (57.03% from 255 or 45.45% from 319); Green value is 81 (32.03% from 255 or 25.39% from 319); Blue value is 93 (36.72% from 255 or 29.15% from 319); Max value from RGB is 145 - color contains mainly: red. Hex color #91515D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91515D is #6EAEA2. Grayscale: #656565. Windows color (decimal): -7253667 or 6115729. OLE color: 6115729.

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

Color convert

RGB1458193-
CMYK00.440.360.43
HSL348.75º28.32%44.31%-
HSV(B)348.75º44.14%56.86%-
XYZ16.612.6911.93-
YUV101.5123.2159.02-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 45.45%
GREEN value IS 81 (32.03% from 255) = 25.39%
BLUE value IS 93 (36.72% from 255) = 29.15%
R=45.45%
G=25.39%
B=29.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.36
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145819300.440.360.43348.7528.3244.31
Hex91515D02C242B15d1c2c
Octal22112113505444535353454
Binary1001000110100011011101010110010010010101110101110111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91515D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91515D; }

 p { color: rgb(145,81,93); }

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

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

 a { background-color: rgb(145,81,93); }

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

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

 span { border-color: rgb(145,81,93); }

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