Html Css Color HEX #9C516F Vin Rouge

📋 copy color: '#9C516F'

red 156 ◦ green 81 ◦ blue 111

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

Shades of Vin Rouge #9C516F

Tints of Vin Rouge #9C516F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 31.9%

R = 44.83%
G = 23.28%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.29

 K value IS 0.39

RGB Variations

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

Color information

#9C516F (or 0x9C516F) is known color: Vin Rouge. HEX triplet: 9C, 51 and 6F. RGB value is (156,81,111). Sum of RGB (Red+Green+Blue) = 156+81+111=348 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.83% from 348); Green value is 81 (32.03% from 255 or 23.28% from 348); Blue value is 111 (43.75% from 255 or 31.90% from 348); Max value from RGB is 156 - color contains mainly: red. Hex color #9C516F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C516F is #63AE90. Grayscale: #6A6A6A. Windows color (decimal): -6532753 or 7295388. OLE color: 7295388.

HSL color Cylindrical-coordinate representation of color #9C516F: hue angle of 336º 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 #9C516F is Cyan = 0, Magento = 0.48, Yellow = 0.29 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 81 111 -
CMYK 0 0.48 0.29 0.39
HSL 336º 0.32% 0.46% -
HSV(B) 336º 0.48% 0.61% -
XYZ 19.52 14.1 16.73 -
YUV 106.85 130.35 163.06 -
System Red Green Blue C M Y K H S L
Decimal 156 81 111 0 0.48 0.29 0.39 336 0.32 0.46
Hex 9C 51 6F 0 30 1D 27 150 20 2E
Octal 234 121 157 0 60 35 47 520 40 56
Binary 10011100 1010001 1101111 0 110000 11101 100111 101010000 100000 101110

Color Harmonies of #9C516F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C516F

Black with #9C516F

Text Example


Text Example

White with #9C516F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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