Html Css Color HEX #965C63 Vin Rouge

📋 copy color: '#965C63'

red 150 ◦ green 92 ◦ blue 99

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

Shades of Vin Rouge #965C63

Tints of Vin Rouge #965C63

RGB

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

 GREEN value IS 92 (36.33% from 255) = 26.98%

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

R = 43.99%
G = 26.98%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.34

 K value IS 0.41

RGB Variations

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

Color information

#965C63 (or 0x965C63) is known color: Vin Rouge. HEX triplet: 96, 5C and 63. RGB value is (150,92,99). Sum of RGB (Red+Green+Blue) = 150+92+99=341 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.99% from 341); Green value is 92 (36.33% from 255 or 26.98% from 341); Blue value is 99 (39.06% from 255 or 29.03% from 341); Max value from RGB is 150 - color contains mainly: red. Hex color #965C63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965C63 is #69A39C. Grayscale: #6E6E6E. Windows color (decimal): -6923165 or 6511766. OLE color: 6511766.

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

Color convert

RGB 150 92 99 -
CMYK 0 0.39 0.34 0.41
HSL 352.76º 0.24% 0.47% -
HSV(B) 352.76º 0.39% 0.59% -
XYZ 18.66 15.04 13.72 -
YUV 110.14 121.72 156.43 -
System Red Green Blue C M Y K H S L
Decimal 150 92 99 0 0.39 0.34 0.41 352.76 0.24 0.47
Hex 96 5C 63 0 27 22 29 161 18 2F
Octal 226 134 143 0 47 42 51 541 30 57
Binary 10010110 1011100 1100011 0 100111 100010 101001 101100001 11000 101111

Color Harmonies of #965C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965C63

Black with #965C63

Text Example


Text Example

White with #965C63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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