#915263

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

Shades of Vin Rouge #915263

Tints of Vin Rouge #915263

Color information

#915263 (or 0x915263) is unknown color: approx Vin Rouge. HEX triplet: 91, 52 and 63. RGB value is (145,82,99). Sum of RGB (Red+Green+Blue) = 145+82+99=326 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.48% from 326); Green value is 82 (32.42% from 255 or 25.15% from 326); Blue value is 99 (39.06% from 255 or 30.37% from 326); Max value from RGB is 145 - color contains mainly: red. Hex color #915263 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915263 is #6EAD9C. Grayscale: #666666. Windows color (decimal): -7253405 or 6509201. OLE color: 6509201.

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

Color convert

RGB1458299-
CMYK00.430.320.43
HSL343.81º27.75%44.51%-
HSV(B)343.81º43.45%56.86%-
XYZ16.9512.9613.41-
YUV102.78125.87158.12-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 44.48%
GREEN value IS 82 (32.42% from 255) = 25.15%
BLUE value IS 99 (39.06% from 255) = 30.37%
R=44.48%
G=25.15%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.32
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145829900.430.320.43343.8127.7544.51
Hex91526302B202B1581c2d
Octal22112214305340535303455
Binary1001000110100101100011010101110000010101110101100011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #915263; }

 p { color: rgb(145,82,99); }

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

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

 a { background-color: rgb(145,82,99); }

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

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

 span { border-color: rgb(145,82,99); }

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