Html Css Color HEX #965765 Vin Rouge

📋 copy color: '#965765'

red 150 ◦ green 87 ◦ blue 101

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

Shades of Vin Rouge #965765

Tints of Vin Rouge #965765

RGB

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

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

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

R = 44.38%
G = 25.74%
B = 29.88%

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

#965765 (or 0x965765) is known color: Vin Rouge. HEX triplet: 96, 57 and 65. RGB value is (150,87,101). Sum of RGB (Red+Green+Blue) = 150+87+101=338 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.38% from 338); Green value is 87 (34.38% from 255 or 25.74% from 338); Blue value is 101 (39.84% from 255 or 29.88% from 338); Max value from RGB is 150 - color contains mainly: red. Hex color #965765 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965765 is #69A89A. Grayscale: #6B6B6B. Windows color (decimal): -6924443 or 6641558. OLE color: 6641558.

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

Color convert

RGB 150 87 101 -
CMYK 0 0.42 0.33 0.41
HSL 346.67º 0.27% 0.46% -
HSV(B) 346.67º 0.42% 0.59% -
XYZ 18.33 14.24 14.09 -
YUV 107.43 124.37 158.36 -
System Red Green Blue C M Y K H S L
Decimal 150 87 101 0 0.42 0.33 0.41 346.67 0.27 0.46
Hex 96 57 65 0 2A 21 29 15B 1B 2E
Octal 226 127 145 0 52 41 51 533 33 56
Binary 10010110 1010111 1100101 0 101010 100001 101001 101011011 11011 101110

Color Harmonies of #965765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965765

Black with #965765

Text Example


Text Example

White with #965765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965765; }

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

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

background-color css

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

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

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

border-color css

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

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

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