#915962

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

Shades of Vin Rouge #915962

Tints of Vin Rouge #915962

Color information

#915962 (or 0x915962) is unknown color: approx Vin Rouge. HEX triplet: 91, 59 and 62. RGB value is (145,89,98). Sum of RGB (Red+Green+Blue) = 145+89+98=332 (43% of max value = 765). Red value is 145 (57.03% from 255 or 43.67% from 332); Green value is 89 (35.16% from 255 or 26.81% from 332); Blue value is 98 (38.67% from 255 or 29.52% from 332); Max value from RGB is 145 - color contains mainly: red. Hex color #915962 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915962 is #6EA69D. Grayscale: #6A6A6A. Windows color (decimal): -7251614 or 6445457. OLE color: 6445457.

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

Color convert

RGB1458998-
CMYK00.390.320.43
HSL350.36º23.93%45.88%-
HSV(B)350.36º38.62%56.86%-
XYZ17.4514.0513.35-
YUV106.77123.05155.27-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 43.67%
GREEN value IS 89 (35.16% from 255) = 26.81%
BLUE value IS 98 (38.67% from 255) = 29.52%
R=43.67%
G=26.81%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.32
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145899800.390.320.43350.3623.9345.88
Hex915962027202B15e182e
Octal22113114204740535363056
Binary1001000110110011100010010011110000010101110101111011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #915962; }

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

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

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

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

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

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

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

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