Html Css Color HEX #965564 Vin Rouge

📋 copy color: '#965564'

red 150 ◦ green 85 ◦ blue 100

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

Shades of Vin Rouge #965564

Tints of Vin Rouge #965564

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25.37%

 BLUE value IS 100 (39.45% from 255) = 29.85%

R = 44.78%
G = 25.37%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.33

 K value IS 0.41

RGB Variations

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

Color information

#965564 (or 0x965564) is known color: Vin Rouge. HEX triplet: 96, 55 and 64. RGB value is (150,85,100). Sum of RGB (Red+Green+Blue) = 150+85+100=335 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.78% from 335); Green value is 85 (33.59% from 255 or 25.37% from 335); Blue value is 100 (39.45% from 255 or 29.85% from 335); Max value from RGB is 150 - color contains mainly: red. Hex color #965564 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965564 is #69AA9B. Grayscale: #6A6A6A. Windows color (decimal): -6924956 or 6575510. OLE color: 6575510.

HSL color Cylindrical-coordinate representation of color #965564: hue angle of 346.15º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #965564 is Cyan = 0, Magento = 0.43, Yellow = 0.33 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 85 100 -
CMYK 0 0.43 0.33 0.41
HSL 346.15º 0.28% 0.46% -
HSV(B) 346.15º 0.43% 0.59% -
XYZ 18.13 13.9 13.78 -
YUV 106.15 124.53 159.28 -
System Red Green Blue C M Y K H S L
Decimal 150 85 100 0 0.43 0.33 0.41 346.15 0.28 0.46
Hex 96 55 64 0 2B 21 29 15A 1C 2E
Octal 226 125 144 0 53 41 51 532 34 56
Binary 10010110 1010101 1100100 0 101011 100001 101001 101011010 11100 101110

Color Harmonies of #965564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965564

Black with #965564

Text Example


Text Example

White with #965564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965564; }

 p { color: rgb(150,85,100); }

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

background-color css

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

 a { background-color: rgb(150,85,100); }

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

border-color css

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

 span { border-color: rgb(150,85,100); }

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