Html Css Color HEX #965965 Vin Rouge

📋 copy color: '#965965'

red 150 ◦ green 89 ◦ blue 101

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

Shades of Vin Rouge #965965

Tints of Vin Rouge #965965

RGB

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

 GREEN value IS 89 (35.16% from 255) = 26.18%

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

R = 44.12%
G = 26.18%
B = 29.71%

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

#965965 (or 0x965965) is known color: Vin Rouge. HEX triplet: 96, 59 and 65. RGB value is (150,89,101). Sum of RGB (Red+Green+Blue) = 150+89+101=340 (45% of max value = 765). Red value is 150 (58.98% from 255 or 44.12% from 340); Green value is 89 (35.16% from 255 or 26.18% from 340); Blue value is 101 (39.84% from 255 or 29.71% from 340); Max value from RGB is 150 - color contains mainly: red. Hex color #965965 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965965 is #69A69A. Grayscale: #6C6C6C. Windows color (decimal): -6923931 or 6642070. OLE color: 6642070.

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

Color convert

RGB 150 89 101 -
CMYK 0 0.41 0.33 0.41
HSL 348.2º 0.26% 0.47% -
HSV(B) 348.2º 0.41% 0.59% -
XYZ 18.5 14.57 14.15 -
YUV 108.61 123.71 157.52 -
System Red Green Blue C M Y K H S L
Decimal 150 89 101 0 0.41 0.33 0.41 348.2 0.26 0.47
Hex 96 59 65 0 29 21 29 15C 1A 2F
Octal 226 131 145 0 51 41 51 534 32 57
Binary 10010110 1011001 1100101 0 101001 100001 101001 101011100 11010 101111

Color Harmonies of #965965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965965

Black with #965965

Text Example


Text Example

White with #965965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965965; }

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

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

background-color css

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

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

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

border-color css

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

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

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