Html Css Color HEX #965966 Vin Rouge

📋 copy color: '#965966'

red 150 ◦ green 89 ◦ blue 102

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

Shades of Vin Rouge #965966

Tints of Vin Rouge #965966

RGB

 RED value IS 150 (58.98% from 255) = 43.99%

 GREEN value IS 89 (35.16% from 255) = 26.1%

 BLUE value IS 102 (40.23% from 255) = 29.91%

R = 43.99%
G = 26.1%
B = 29.91%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.32

 K value IS 0.41

RGB Variations

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

Color information

#965966 (or 0x965966) is known color: Vin Rouge. HEX triplet: 96, 59 and 66. RGB value is (150,89,102). Sum of RGB (Red+Green+Blue) = 150+89+102=341 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.99% from 341); Green value is 89 (35.16% from 255 or 26.10% from 341); Blue value is 102 (40.23% from 255 or 29.91% from 341); Max value from RGB is 150 - color contains mainly: red. Hex color #965966 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965966 is #69A699. Grayscale: #6C6C6C. Windows color (decimal): -6923930 or 6707606. OLE color: 6707606.

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

Color convert

RGB 150 89 102 -
CMYK 0 0.41 0.32 0.41
HSL 347.21º 0.26% 0.47% -
HSV(B) 347.21º 0.41% 0.59% -
XYZ 18.55 14.59 14.41 -
YUV 108.72 124.21 157.44 -
System Red Green Blue C M Y K H S L
Decimal 150 89 102 0 0.41 0.32 0.41 347.21 0.26 0.47
Hex 96 59 66 0 29 20 29 15B 1A 2F
Octal 226 131 146 0 51 40 51 533 32 57
Binary 10010110 1011001 1100110 0 101001 100000 101001 101011011 11010 101111

Color Harmonies of #965966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965966

Black with #965966

Text Example


Text Example

White with #965966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965966; }

 p { color: rgb(150,89,102); }

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

background-color css

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

 a { background-color: rgb(150,89,102); }

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

border-color css

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

 span { border-color: rgb(150,89,102); }

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