Html Css Color HEX #96556D Vin Rouge

📋 copy color: '#96556D'

red 150 ◦ green 85 ◦ blue 109

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

Shades of Vin Rouge #96556D

Tints of Vin Rouge #96556D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 31.69%

R = 43.6%
G = 24.71%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.27

 K value IS 0.41

RGB Variations

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

Color information

#96556D (or 0x96556D) is known color: Vin Rouge. HEX triplet: 96, 55 and 6D. RGB value is (150,85,109). Sum of RGB (Red+Green+Blue) = 150+85+109=344 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.60% from 344); Green value is 85 (33.59% from 255 or 24.71% from 344); Blue value is 109 (42.97% from 255 or 31.69% from 344); Max value from RGB is 150 - color contains mainly: red. Hex color #96556D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96556D is #69AA92. Grayscale: #6B6B6B. Windows color (decimal): -6924947 or 7165334. OLE color: 7165334.

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

Color convert

RGB 150 85 109 -
CMYK 0 0.43 0.27 0.41
HSL 337.85º 0.28% 0.46% -
HSV(B) 337.85º 0.43% 0.59% -
XYZ 18.59 14.09 16.21 -
YUV 107.17 129.03 158.55 -
System Red Green Blue C M Y K H S L
Decimal 150 85 109 0 0.43 0.27 0.41 337.85 0.28 0.46
Hex 96 55 6D 0 2B 1B 29 152 1C 2E
Octal 226 125 155 0 53 33 51 522 34 56
Binary 10010110 1010101 1101101 0 101011 11011 101001 101010010 11100 101110

Color Harmonies of #96556D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96556D

Black with #96556D

Text Example


Text Example

White with #96556D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96556D; }

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

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

background-color css

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

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

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

border-color css

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

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

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