#915462

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

Shades of Vin Rouge #915462

Tints of Vin Rouge #915462

Color information

#915462 (or 0x915462) is unknown color: approx Vin Rouge. HEX triplet: 91, 54 and 62. RGB value is (145,84,98). Sum of RGB (Red+Green+Blue) = 145+84+98=327 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.34% from 327); Green value is 84 (33.20% from 255 or 25.69% from 327); Blue value is 98 (38.67% from 255 or 29.97% from 327); Max value from RGB is 145 - color contains mainly: red. Hex color #915462 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915462 is #6EAB9D. Grayscale: #676767. Windows color (decimal): -7252894 or 6444177. OLE color: 6444177.

HSL color Cylindrical-coordinate representation of color #915462: hue angle of 346.23º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #915462 is Cyan = 0, Magento = 0.42, Yellow = 0.32 and Black (K on CMYK) = 0.43.

Color convert

RGB1458498-
CMYK00.420.320.43
HSL346.23º26.64%44.9%-
HSV(B)346.23º42.07%56.86%-
XYZ17.0513.2413.21-
YUV103.84124.71157.36-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 44.34%
GREEN value IS 84 (33.20% from 255) = 25.69%
BLUE value IS 98 (38.67% from 255) = 29.97%
R=44.34%
G=25.69%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.32
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145849800.420.320.43346.2326.6444.9
Hex91546202A202B15a1b2d
Octal22112414205240535323355
Binary1001000110101001100010010101010000010101110101101011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #915462; }

 p { color: rgb(145,84,98); }

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

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

 a { background-color: rgb(145,84,98); }

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

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

 span { border-color: rgb(145,84,98); }

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