#915364

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

Shades of Vin Rouge #915364

Tints of Vin Rouge #915364

Color information

#915364 (or 0x915364) is unknown color: approx Vin Rouge. HEX triplet: 91, 53 and 64. RGB value is (145,83,100). Sum of RGB (Red+Green+Blue) = 145+83+100=328 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.21% from 328); Green value is 83 (32.81% from 255 or 25.30% from 328); Blue value is 100 (39.45% from 255 or 30.49% from 328); Max value from RGB is 145 - color contains mainly: red. Hex color #915364 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915364 is #6EAC9B. Grayscale: #676767. Windows color (decimal): -7253148 or 6574993. OLE color: 6574993.

HSL color Cylindrical-coordinate representation of color #915364: hue angle of 343.55º degrees, saturation: 0.27, 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 #915364 is Cyan = 0, Magento = 0.43, Yellow = 0.31 and Black (K on CMYK) = 0.43.

Color convert

RGB14583100-
CMYK00.430.310.43
HSL343.55º27.19%44.71%-
HSV(B)343.55º42.76%56.86%-
XYZ17.0713.1313.69-
YUV103.48126.04157.62-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 44.21%
GREEN value IS 83 (32.81% from 255) = 25.30%
BLUE value IS 100 (39.45% from 255) = 30.49%
R=44.21%
G=25.30%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.31
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1458310000.430.310.43343.5527.1944.71
Hex91536402B1F2B1581b2d
Octal22112314405337535303355
Binary100100011010011110010001010111111110101110101100011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #915364; }

 p { color: rgb(145,83,100); }

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

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

 a { background-color: rgb(145,83,100); }

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

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

 span { border-color: rgb(145,83,100); }

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