Html Css Color HEX #965166 Vin Rouge

📋 copy color: '#965166'

red 150 ◦ green 81 ◦ blue 102

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

Shades of Vin Rouge #965166

Tints of Vin Rouge #965166

RGB

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

 GREEN value IS 81 (32.03% from 255) = 24.32%

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

R = 45.05%
G = 24.32%
B = 30.63%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.32

 K value IS 0.41

RGB Variations

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

Color information

#965166 (or 0x965166) is known color: Vin Rouge. HEX triplet: 96, 51 and 66. RGB value is (150,81,102). Sum of RGB (Red+Green+Blue) = 150+81+102=333 (44% of max value = 765). Red value is 150 (58.98% from 255 or 45.05% from 333); Green value is 81 (32.03% from 255 or 24.32% from 333); Blue value is 102 (40.23% from 255 or 30.63% from 333); Max value from RGB is 150 - color contains mainly: red. Hex color #965166 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965166 is #69AE99. Grayscale: #686868. Windows color (decimal): -6925978 or 6705558. OLE color: 6705558.

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

Color convert

RGB 150 81 102 -
CMYK 0 0.46 0.32 0.41
HSL 341.74º 0.3% 0.45% -
HSV(B) 341.74º 0.46% 0.59% -
XYZ 17.92 13.33 14.2 -
YUV 104.03 126.86 160.79 -
System Red Green Blue C M Y K H S L
Decimal 150 81 102 0 0.46 0.32 0.41 341.74 0.3 0.45
Hex 96 51 66 0 2E 20 29 156 1E 2D
Octal 226 121 146 0 56 40 51 526 36 55
Binary 10010110 1010001 1100110 0 101110 100000 101001 101010110 11110 101101

Color Harmonies of #965166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965166

Black with #965166

Text Example


Text Example

White with #965166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965166; }

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

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

background-color css

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

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

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

border-color css

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

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

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