#91595B

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

Shades of Vin Rouge #91595B

Tints of Vin Rouge #91595B

Color information

#91595B (or 0x91595B) is unknown color: approx Vin Rouge. HEX triplet: 91, 59 and 5B. RGB value is (145,89,91). Sum of RGB (Red+Green+Blue) = 145+89+91=325 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.62% from 325); Green value is 89 (35.16% from 255 or 27.38% from 325); Blue value is 91 (35.94% from 255 or 28% from 325); Max value from RGB is 145 - color contains mainly: red. Hex color #91595B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91595B is #6EA6A4. Grayscale: #6A6A6A. Windows color (decimal): -7251621 or 5986705. OLE color: 5986705.

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

Color convert

RGB1458991-
CMYK00.390.370.43
HSL357.86º23.93%45.88%-
HSV(B)357.86º38.62%56.86%-
XYZ17.1413.9211.68-
YUV105.97119.55155.84-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 44.62%
GREEN value IS 89 (35.16% from 255) = 27.38%
BLUE value IS 91 (35.94% from 255) = 28%
R=44.62%
G=27.38%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.37
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145899100.390.370.43357.8623.9345.88
Hex91595B027252B166182e
Octal22113113304745535463056
Binary1001000110110011011011010011110010110101110110011011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91595B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91595B; }

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

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

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

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

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

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

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

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