Html Css Color HEX #9C516D Vin Rouge

📋 copy color: '#9C516D'

red 156 ◦ green 81 ◦ blue 109

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

Shades of Vin Rouge #9C516D

Tints of Vin Rouge #9C516D

RGB

 RED value IS 156 (61.33% from 255) = 45.09%

 GREEN value IS 81 (32.03% from 255) = 23.41%

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

R = 45.09%
G = 23.41%
B = 31.5%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.30

 K value IS 0.39

RGB Variations

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

Color information

#9C516D (or 0x9C516D) is known color: Vin Rouge. HEX triplet: 9C, 51 and 6D. RGB value is (156,81,109). Sum of RGB (Red+Green+Blue) = 156+81+109=346 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.09% from 346); Green value is 81 (32.03% from 255 or 23.41% from 346); Blue value is 109 (42.97% from 255 or 31.50% from 346); Max value from RGB is 156 - color contains mainly: red. Hex color #9C516D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C516D is #63AE92. Grayscale: #6A6A6A. Windows color (decimal): -6532755 or 7164316. OLE color: 7164316.

HSL color Cylindrical-coordinate representation of color #9C516D: hue angle of 337.6º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9C516D is Cyan = 0, Magento = 0.48, Yellow = 0.30 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 81 109 -
CMYK 0 0.48 0.30 0.39
HSL 337.6º 0.32% 0.46% -
HSV(B) 337.6º 0.48% 0.61% -
XYZ 19.41 14.06 16.16 -
YUV 106.62 129.35 163.22 -
System Red Green Blue C M Y K H S L
Decimal 156 81 109 0 0.48 0.30 0.39 337.6 0.32 0.46
Hex 9C 51 6D 0 30 1E 27 152 20 2E
Octal 234 121 155 0 60 36 47 522 40 56
Binary 10011100 1010001 1101101 0 110000 11110 100111 101010010 100000 101110

Color Harmonies of #9C516D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C516D

Black with #9C516D

Text Example


Text Example

White with #9C516D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9C516D; }

 p { color: rgb(156,81,109); }

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

background-color css

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

 a { background-color: rgb(156,81,109); }

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

border-color css

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

 span { border-color: rgb(156,81,109); }

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