Html Css Color HEX #965A63 Vin Rouge

📋 copy color: '#965A63'

red 150 ◦ green 90 ◦ blue 99

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

Shades of Vin Rouge #965A63

Tints of Vin Rouge #965A63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 29.2%

R = 44.25%
G = 26.55%
B = 29.2%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.34

 K value IS 0.41

RGB Variations

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

Color information

#965A63 (or 0x965A63) is known color: Vin Rouge. HEX triplet: 96, 5A and 63. RGB value is (150,90,99). Sum of RGB (Red+Green+Blue) = 150+90+99=339 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.25% from 339); Green value is 90 (35.55% from 255 or 26.55% from 339); Blue value is 99 (39.06% from 255 or 29.20% from 339); Max value from RGB is 150 - color contains mainly: red. Hex color #965A63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965A63 is #69A59C. Grayscale: #6C6C6C. Windows color (decimal): -6923677 or 6511254. OLE color: 6511254.

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

Color convert

RGB 150 90 99 -
CMYK 0 0.4 0.34 0.41
HSL 351º 0.25% 0.47% -
HSV(B) 351º 0.4% 0.59% -
XYZ 18.49 14.7 13.67 -
YUV 108.97 122.38 157.27 -
System Red Green Blue C M Y K H S L
Decimal 150 90 99 0 0.4 0.34 0.41 351 0.25 0.47
Hex 96 5A 63 0 28 22 29 15F 19 2F
Octal 226 132 143 0 50 42 51 537 31 57
Binary 10010110 1011010 1100011 0 101000 100010 101001 101011111 11001 101111

Color Harmonies of #965A63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965A63

Black with #965A63

Text Example


Text Example

White with #965A63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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