Html Css Color HEX #965568 Vin Rouge

📋 copy color: '#965568'

red 150 ◦ green 85 ◦ blue 104

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

Shades of Vin Rouge #965568

Tints of Vin Rouge #965568

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 30.68%

R = 44.25%
G = 25.07%
B = 30.68%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.31

 K value IS 0.41

RGB Variations

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

Color information

#965568 (or 0x965568) is known color: Vin Rouge. HEX triplet: 96, 55 and 68. RGB value is (150,85,104). Sum of RGB (Red+Green+Blue) = 150+85+104=339 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.25% from 339); Green value is 85 (33.59% from 255 or 25.07% from 339); Blue value is 104 (41.02% from 255 or 30.68% from 339); Max value from RGB is 150 - color contains mainly: red. Hex color #965568 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965568 is #69AA97. Grayscale: #6A6A6A. Windows color (decimal): -6924952 or 6837654. OLE color: 6837654.

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

Color convert

RGB 150 85 104 -
CMYK 0 0.43 0.31 0.41
HSL 342.46º 0.28% 0.46% -
HSV(B) 342.46º 0.43% 0.59% -
XYZ 18.32 13.98 14.83 -
YUV 106.6 126.53 158.96 -
System Red Green Blue C M Y K H S L
Decimal 150 85 104 0 0.43 0.31 0.41 342.46 0.28 0.46
Hex 96 55 68 0 2B 1F 29 156 1C 2E
Octal 226 125 150 0 53 37 51 526 34 56
Binary 10010110 1010101 1101000 0 101011 11111 101001 101010110 11100 101110

Color Harmonies of #965568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965568

Black with #965568

Text Example


Text Example

White with #965568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965568; }

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

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

background-color css

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

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

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

border-color css

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

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

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