#915362

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

Shades of Vin Rouge #915362

Tints of Vin Rouge #915362

Color information

#915362 (or 0x915362) is unknown color: approx Vin Rouge. HEX triplet: 91, 53 and 62. RGB value is (145,83,98). Sum of RGB (Red+Green+Blue) = 145+83+98=326 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.48% from 326); Green value is 83 (32.81% from 255 or 25.46% from 326); Blue value is 98 (38.67% from 255 or 30.06% from 326); Max value from RGB is 145 - color contains mainly: red. Hex color #915362 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915362 is #6EAC9D. Grayscale: #676767. Windows color (decimal): -7253150 or 6443921. OLE color: 6443921.

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

Color convert

RGB1458398-
CMYK00.430.320.43
HSL345.48º27.19%44.71%-
HSV(B)345.48º42.76%56.86%-
XYZ16.9713.0913.19-
YUV103.25125.04157.78-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 44.48%
GREEN value IS 83 (32.81% from 255) = 25.46%
BLUE value IS 98 (38.67% from 255) = 30.06%
R=44.48%
G=25.46%
B=30.06%

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
Decimal145839800.430.320.43345.4827.1944.71
Hex91536202B202B1591b2d
Octal22112314205340535313355
Binary1001000110100111100010010101110000010101110101100111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #915362; }

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

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

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

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

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

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

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

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