Html Css Color HEX #9C5070 Vin Rouge

📋 copy color: '#9C5070'

red 156 ◦ green 80 ◦ blue 112

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

Shades of Vin Rouge #9C5070

Tints of Vin Rouge #9C5070

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.99%

 BLUE value IS 112 (44.14% from 255) = 32.18%

R = 44.83%
G = 22.99%
B = 32.18%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.28

 K value IS 0.39

RGB Variations

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

Color information

#9C5070 (or 0x9C5070) is known color: Vin Rouge. HEX triplet: 9C, 50 and 70. RGB value is (156,80,112). Sum of RGB (Red+Green+Blue) = 156+80+112=348 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.83% from 348); Green value is 80 (31.64% from 255 or 22.99% from 348); Blue value is 112 (44.14% from 255 or 32.18% from 348); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5070 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C5070 is #63AF8F. Grayscale: #6A6A6A. Windows color (decimal): -6533008 or 7360668. OLE color: 7360668.

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

Color convert

RGB 156 80 112 -
CMYK 0 0.49 0.28 0.39
HSL 334.74º 0.32% 0.46% -
HSV(B) 334.74º 0.49% 0.61% -
XYZ 19.5 13.98 17 -
YUV 106.37 131.18 163.4 -
System Red Green Blue C M Y K H S L
Decimal 156 80 112 0 0.49 0.28 0.39 334.74 0.32 0.46
Hex 9C 50 70 0 31 1C 27 14F 20 2E
Octal 234 120 160 0 61 34 47 517 40 56
Binary 10011100 1010000 1110000 0 110001 11100 100111 101001111 100000 101110

Color Harmonies of #9C5070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C5070

Black with #9C5070

Text Example


Text Example

White with #9C5070

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,80,112); }

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

background-color css

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

 a { background-color: rgb(156,80,112); }

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

border-color css

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

 span { border-color: rgb(156,80,112); }

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