Html Css Color HEX #9C5072 Vin Rouge

📋 copy color: '#9C5072'

red 156 ◦ green 80 ◦ blue 114

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

Shades of Vin Rouge #9C5072

Tints of Vin Rouge #9C5072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 32.57%

R = 44.57%
G = 22.86%
B = 32.57%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.27

 K value IS 0.39

RGB Variations

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

Color information

#9C5072 (or 0x9C5072) is known color: Vin Rouge. HEX triplet: 9C, 50 and 72. RGB value is (156,80,114). Sum of RGB (Red+Green+Blue) = 156+80+114=350 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.57% from 350); Green value is 80 (31.64% from 255 or 22.86% from 350); Blue value is 114 (44.92% from 255 or 32.57% from 350); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5072 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C5072 is #63AF8D. Grayscale: #6A6A6A. Windows color (decimal): -6533006 or 7491740. OLE color: 7491740.

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

Color convert

RGB 156 80 114 -
CMYK 0 0.49 0.27 0.39
HSL 333.16º 0.32% 0.46% -
HSV(B) 333.16º 0.49% 0.61% -
XYZ 19.62 14.02 17.59 -
YUV 106.6 132.18 163.24 -
System Red Green Blue C M Y K H S L
Decimal 156 80 114 0 0.49 0.27 0.39 333.16 0.32 0.46
Hex 9C 50 72 0 31 1B 27 14D 20 2E
Octal 234 120 162 0 61 33 47 515 40 56
Binary 10011100 1010000 1110010 0 110001 11011 100111 101001101 100000 101110

Color Harmonies of #9C5072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C5072

Black with #9C5072

Text Example


Text Example

White with #9C5072

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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