#914F5B

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

Shades of Vin Rouge #914F5B

Tints of Vin Rouge #914F5B

Color information

#914F5B (or 0x914F5B) is unknown color: approx Vin Rouge. HEX triplet: 91, 4F and 5B. RGB value is (145,79,91). Sum of RGB (Red+Green+Blue) = 145+79+91=315 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.03% from 315); Green value is 79 (31.25% from 255 or 25.08% from 315); Blue value is 91 (35.94% from 255 or 28.89% from 315); Max value from RGB is 145 - color contains mainly: red. Hex color #914F5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #914F5B is #6EB0A4. Grayscale: #646464. Windows color (decimal): -7254181 or 5984145. OLE color: 5984145.

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

Color convert

RGB1457991-
CMYK00.460.370.43
HSL349.09º29.46%43.92%-
HSV(B)349.09º45.52%56.86%-
XYZ16.3612.3711.42-
YUV100.1122.87160.02-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 46.03%
GREEN value IS 79 (31.25% from 255) = 25.08%
BLUE value IS 91 (35.94% from 255) = 28.89%
R=46.03%
G=25.08%
B=28.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.37
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145799100.460.370.43349.0929.4643.92
Hex914F5B02E252B15d1d2c
Octal22111713305645535353554
Binary1001000110011111011011010111010010110101110101110111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #914F5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #914F5B; }

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

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

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

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

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

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

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

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