Html Css Color HEX #965759 Vin Rouge

📋 copy color: '#965759'

red 150 ◦ green 87 ◦ blue 89

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

Shades of Vin Rouge #965759

Tints of Vin Rouge #965759

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 27.3%

R = 46.01%
G = 26.69%
B = 27.3%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.41

 K value IS 0.41

RGB Variations

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

Color information

#965759 (or 0x965759) is known color: Vin Rouge. HEX triplet: 96, 57 and 59. RGB value is (150,87,89). Sum of RGB (Red+Green+Blue) = 150+87+89=326 (43% of max value = 765). Red value is 150 (58.98% from 255 or 46.01% from 326); Green value is 87 (34.38% from 255 or 26.69% from 326); Blue value is 89 (35.16% from 255 or 27.30% from 326); Max value from RGB is 150 - color contains mainly: red. Hex color #965759 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965759 is #69A8A6. Grayscale: #6A6A6A. Windows color (decimal): -6924455 or 5855126. OLE color: 5855126.

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

Color convert

RGB 150 87 89 -
CMYK 0 0.42 0.41 0.41
HSL 358.1º 0.27% 0.46% -
HSV(B) 358.1º 0.42% 0.59% -
XYZ 17.79 14.02 11.22 -
YUV 106.07 118.37 159.34 -
System Red Green Blue C M Y K H S L
Decimal 150 87 89 0 0.42 0.41 0.41 358.1 0.27 0.46
Hex 96 57 59 0 2A 29 29 166 1B 2E
Octal 226 127 131 0 52 51 51 546 33 56
Binary 10010110 1010111 1011001 0 101010 101001 101001 101100110 11011 101110

Color Harmonies of #965759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965759

Black with #965759

Text Example


Text Example

White with #965759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965759; }

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

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

background-color css

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

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

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

border-color css

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

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

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