Html Css Color HEX #965565 Vin Rouge

📋 copy color: '#965565'

red 150 ◦ green 85 ◦ blue 101

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

Shades of Vin Rouge #965565

Tints of Vin Rouge #965565

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 30.06%

R = 44.64%
G = 25.3%
B = 30.06%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.33

 K value IS 0.41

RGB Variations

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

Color information

#965565 (or 0x965565) is known color: Vin Rouge. HEX triplet: 96, 55 and 65. RGB value is (150,85,101). Sum of RGB (Red+Green+Blue) = 150+85+101=336 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.64% from 336); Green value is 85 (33.59% from 255 or 25.30% from 336); Blue value is 101 (39.84% from 255 or 30.06% from 336); Max value from RGB is 150 - color contains mainly: red. Hex color #965565 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965565 is #69AA9A. Grayscale: #6A6A6A. Windows color (decimal): -6924955 or 6641046. OLE color: 6641046.

HSL color Cylindrical-coordinate representation of color #965565: hue angle of 345.23º 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 #965565 is Cyan = 0, Magento = 0.43, Yellow = 0.33 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 85 101 -
CMYK 0 0.43 0.33 0.41
HSL 345.23º 0.28% 0.46% -
HSV(B) 345.23º 0.43% 0.59% -
XYZ 18.18 13.92 14.04 -
YUV 106.26 125.03 159.2 -
System Red Green Blue C M Y K H S L
Decimal 150 85 101 0 0.43 0.33 0.41 345.23 0.28 0.46
Hex 96 55 65 0 2B 21 29 159 1C 2E
Octal 226 125 145 0 53 41 51 531 34 56
Binary 10010110 1010101 1100101 0 101011 100001 101001 101011001 11100 101110

Color Harmonies of #965565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965565

Black with #965565

Text Example


Text Example

White with #965565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965565; }

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

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

background-color css

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

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

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

border-color css

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

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

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