Html Css Color HEX #915663 Vin Rouge

📋 copy color: '#915663'

red 145 ◦ green 86 ◦ blue 99

#915663
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vin Rouge #915663

Tints of Vin Rouge #915663

RGB

 RED value IS 145 (57.03% from 255) = 43.94%

 GREEN value IS 86 (33.98% from 255) = 26.06%

 BLUE value IS 99 (39.06% from 255) = 30%

R = 43.94%
G = 26.06%
B = 30%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.32

 K value IS 0.43

RGB Variations

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

Color information

#915663 (or 0x915663) is known color: Vin Rouge. HEX triplet: 91, 56 and 63. RGB value is (145,86,99). Sum of RGB (Red+Green+Blue) = 145+86+99=330 (43% of max value = 765). Red value is 145 (57.03% from 255 or 43.94% from 330); Green value is 86 (33.98% from 255 or 26.06% from 330); Blue value is 99 (39.06% from 255 or 30% from 330); Max value from RGB is 145 - color contains mainly: red. Hex color #915663 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915663 is #6EA99C. Grayscale: #696969. Windows color (decimal): -7252381 or 6510225. OLE color: 6510225.

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

Color convert

RGB 145 86 99 -
CMYK 0 0.41 0.32 0.43
HSL 346.78º 0.26% 0.45% -
HSV(B) 346.78º 0.41% 0.57% -
XYZ 17.26 13.58 13.52 -
YUV 105.12 124.55 156.44 -
System Red Green Blue C M Y K H S L
Decimal 145 86 99 0 0.41 0.32 0.43 346.78 0.26 0.45
Hex 91 56 63 0 29 20 2B 15B 1A 2D
Octal 221 126 143 0 51 40 53 533 32 55
Binary 10010001 1010110 1100011 0 101001 100000 101011 101011011 11010 101101

Color Harmonies of #915663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915663

Black with #915663

Text Example


Text Example

White with #915663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #915663; }

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

 H1.HeaderClassName
 {
   color: #915663;
 }
 .AnyTagClassName
 {
   color: #915663;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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