Html Css Color HEX #965561 Vin Rouge

📋 copy color: '#965561'

red 150 ◦ green 85 ◦ blue 97

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

Shades of Vin Rouge #965561

Tints of Vin Rouge #965561

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25.6%

 BLUE value IS 97 (38.28% from 255) = 29.22%

R = 45.18%
G = 25.6%
B = 29.22%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.35

 K value IS 0.41

RGB Variations

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

Color information

#965561 (or 0x965561) is known color: Vin Rouge. HEX triplet: 96, 55 and 61. RGB value is (150,85,97). Sum of RGB (Red+Green+Blue) = 150+85+97=332 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.18% from 332); Green value is 85 (33.59% from 255 or 25.60% from 332); Blue value is 97 (38.28% from 255 or 29.22% from 332); Max value from RGB is 150 - color contains mainly: red. Hex color #965561 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965561 is #69AA9E. Grayscale: #696969. Windows color (decimal): -6924959 or 6378902. OLE color: 6378902.

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

Color convert

RGB 150 85 97 -
CMYK 0 0.43 0.35 0.41
HSL 348.92º 0.28% 0.46% -
HSV(B) 348.92º 0.43% 0.59% -
XYZ 17.98 13.84 13.03 -
YUV 105.8 123.03 159.52 -
System Red Green Blue C M Y K H S L
Decimal 150 85 97 0 0.43 0.35 0.41 348.92 0.28 0.46
Hex 96 55 61 0 2B 23 29 15D 1C 2E
Octal 226 125 141 0 53 43 51 535 34 56
Binary 10010110 1010101 1100001 0 101011 100011 101001 101011101 11100 101110

Color Harmonies of #965561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965561

Black with #965561

Text Example


Text Example

White with #965561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965561; }

 p { color: rgb(150,85,97); }

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

background-color css

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

 a { background-color: rgb(150,85,97); }

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

border-color css

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

 span { border-color: rgb(150,85,97); }

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