Html Css Color HEX #965764 Vin Rouge

📋 copy color: '#965764'

red 150 ◦ green 87 ◦ blue 100

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

Shades of Vin Rouge #965764

Tints of Vin Rouge #965764

RGB

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

 GREEN value IS 87 (34.38% from 255) = 25.82%

 BLUE value IS 100 (39.45% from 255) = 29.67%

R = 44.51%
G = 25.82%
B = 29.67%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.33

 K value IS 0.41

RGB Variations

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

Color information

#965764 (or 0x965764) is known color: Vin Rouge. HEX triplet: 96, 57 and 64. RGB value is (150,87,100). Sum of RGB (Red+Green+Blue) = 150+87+100=337 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.51% from 337); Green value is 87 (34.38% from 255 or 25.82% from 337); Blue value is 100 (39.45% from 255 or 29.67% from 337); Max value from RGB is 150 - color contains mainly: red. Hex color #965764 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965764 is #69A89B. Grayscale: #6B6B6B. Windows color (decimal): -6924444 or 6576022. OLE color: 6576022.

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

Color convert

RGB 150 87 100 -
CMYK 0 0.42 0.33 0.41
HSL 347.62º 0.27% 0.46% -
HSV(B) 347.62º 0.42% 0.59% -
XYZ 18.29 14.22 13.84 -
YUV 107.32 123.87 158.44 -
System Red Green Blue C M Y K H S L
Decimal 150 87 100 0 0.42 0.33 0.41 347.62 0.27 0.46
Hex 96 57 64 0 2A 21 29 15C 1B 2E
Octal 226 127 144 0 52 41 51 534 33 56
Binary 10010110 1010111 1100100 0 101010 100001 101001 101011100 11011 101110

Color Harmonies of #965764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965764

Black with #965764

Text Example


Text Example

White with #965764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965764; }

 p { color: rgb(150,87,100); }

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

background-color css

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

 a { background-color: rgb(150,87,100); }

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

border-color css

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

 span { border-color: rgb(150,87,100); }

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