Html Css Color HEX #965A66 Vin Rouge

📋 copy color: '#965A66'

red 150 ◦ green 90 ◦ blue 102

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

Shades of Vin Rouge #965A66

Tints of Vin Rouge #965A66

RGB

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

 GREEN value IS 90 (35.55% from 255) = 26.32%

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

R = 43.86%
G = 26.32%
B = 29.82%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.32

 K value IS 0.41

RGB Variations

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

Color information

#965A66 (or 0x965A66) is known color: Vin Rouge. HEX triplet: 96, 5A and 66. RGB value is (150,90,102). Sum of RGB (Red+Green+Blue) = 150+90+102=342 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.86% from 342); Green value is 90 (35.55% from 255 or 26.32% from 342); Blue value is 102 (40.23% from 255 or 29.82% from 342); Max value from RGB is 150 - color contains mainly: red. Hex color #965A66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965A66 is #69A599. Grayscale: #6D6D6D. Windows color (decimal): -6923674 or 6707862. OLE color: 6707862.

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

Color convert

RGB 150 90 102 -
CMYK 0 0.4 0.32 0.41
HSL 348º 0.25% 0.47% -
HSV(B) 348º 0.4% 0.59% -
XYZ 18.63 14.76 14.44 -
YUV 109.31 123.88 157.02 -
System Red Green Blue C M Y K H S L
Decimal 150 90 102 0 0.4 0.32 0.41 348 0.25 0.47
Hex 96 5A 66 0 28 20 29 15C 19 2F
Octal 226 132 146 0 50 40 51 534 31 57
Binary 10010110 1011010 1100110 0 101000 100000 101001 101011100 11001 101111

Color Harmonies of #965A66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965A66

Black with #965A66

Text Example


Text Example

White with #965A66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965A66; }

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

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

background-color css

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

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

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

border-color css

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

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

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