Html Css Color HEX #965A65 Vin Rouge

📋 copy color: '#965A65'

red 150 ◦ green 90 ◦ blue 101

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

Shades of Vin Rouge #965A65

Tints of Vin Rouge #965A65

RGB

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

 GREEN value IS 90 (35.55% from 255) = 26.39%

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

R = 43.99%
G = 26.39%
B = 29.62%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.33

 K value IS 0.41

RGB Variations

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

Color information

#965A65 (or 0x965A65) is known color: Vin Rouge. HEX triplet: 96, 5A and 65. RGB value is (150,90,101). Sum of RGB (Red+Green+Blue) = 150+90+101=341 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.99% from 341); Green value is 90 (35.55% from 255 or 26.39% from 341); Blue value is 101 (39.84% from 255 or 29.62% from 341); Max value from RGB is 150 - color contains mainly: red. Hex color #965A65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965A65 is #69A59A. Grayscale: #6D6D6D. Windows color (decimal): -6923675 or 6642326. OLE color: 6642326.

HSL color Cylindrical-coordinate representation of color #965A65: hue angle of 349º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #965A65 is Cyan = 0, Magento = 0.4, Yellow = 0.33 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 90 101 -
CMYK 0 0.4 0.33 0.41
HSL 349º 0.25% 0.47% -
HSV(B) 349º 0.4% 0.59% -
XYZ 18.58 14.74 14.18 -
YUV 109.19 123.38 157.11 -
System Red Green Blue C M Y K H S L
Decimal 150 90 101 0 0.4 0.33 0.41 349 0.25 0.47
Hex 96 5A 65 0 28 21 29 15D 19 2F
Octal 226 132 145 0 50 41 51 535 31 57
Binary 10010110 1011010 1100101 0 101000 100001 101001 101011101 11001 101111

Color Harmonies of #965A65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965A65

Black with #965A65

Text Example


Text Example

White with #965A65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965A65; }

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

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

background-color css

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

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

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

border-color css

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

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

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