Html Css Color HEX #965865 Vin Rouge

📋 copy color: '#965865'

red 150 ◦ green 88 ◦ blue 101

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

Shades of Vin Rouge #965865

Tints of Vin Rouge #965865

RGB

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

 GREEN value IS 88 (34.77% from 255) = 25.96%

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

R = 44.25%
G = 25.96%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.33

 K value IS 0.41

RGB Variations

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

Color information

#965865 (or 0x965865) is known color: Vin Rouge. HEX triplet: 96, 58 and 65. RGB value is (150,88,101). Sum of RGB (Red+Green+Blue) = 150+88+101=339 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.25% from 339); Green value is 88 (34.77% from 255 or 25.96% from 339); Blue value is 101 (39.84% from 255 or 29.79% from 339); Max value from RGB is 150 - color contains mainly: red. Hex color #965865 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965865 is #69A79A. Grayscale: #6C6C6C. Windows color (decimal): -6924187 or 6641814. OLE color: 6641814.

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

Color convert

RGB 150 88 101 -
CMYK 0 0.41 0.33 0.41
HSL 347.42º 0.26% 0.47% -
HSV(B) 347.42º 0.41% 0.59% -
XYZ 18.42 14.4 14.12 -
YUV 108.02 124.04 157.94 -
System Red Green Blue C M Y K H S L
Decimal 150 88 101 0 0.41 0.33 0.41 347.42 0.26 0.47
Hex 96 58 65 0 29 21 29 15B 1A 2F
Octal 226 130 145 0 51 41 51 533 32 57
Binary 10010110 1011000 1100101 0 101001 100001 101001 101011011 11010 101111

Color Harmonies of #965865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965865

Black with #965865

Text Example


Text Example

White with #965865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965865; }

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

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

background-color css

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

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

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

border-color css

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

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

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