Html Css Color HEX #9C5063 Vin Rouge

📋 copy color: '#9C5063'

red 156 ◦ green 80 ◦ blue 99

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

Shades of Vin Rouge #9C5063

Tints of Vin Rouge #9C5063

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 29.55%

R = 46.57%
G = 23.88%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.37

 K value IS 0.39

RGB Variations

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

Color information

#9C5063 (or 0x9C5063) is known color: Vin Rouge. HEX triplet: 9C, 50 and 63. RGB value is (156,80,99). Sum of RGB (Red+Green+Blue) = 156+80+99=335 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.57% from 335); Green value is 80 (31.64% from 255 or 23.88% from 335); Blue value is 99 (39.06% from 255 or 29.55% from 335); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5063 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C5063 is #63AF9C. Grayscale: #686868. Windows color (decimal): -6533021 or 6508700. OLE color: 6508700.

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

Color convert

RGB 156 80 99 -
CMYK 0 0.49 0.37 0.39
HSL 345º 0.32% 0.46% -
HSV(B) 345º 0.49% 0.61% -
XYZ 18.83 13.71 13.46 -
YUV 104.89 124.68 164.46 -
System Red Green Blue C M Y K H S L
Decimal 156 80 99 0 0.49 0.37 0.39 345 0.32 0.46
Hex 9C 50 63 0 31 25 27 159 20 2E
Octal 234 120 143 0 61 45 47 531 40 56
Binary 10011100 1010000 1100011 0 110001 100101 100111 101011001 100000 101110

Color Harmonies of #9C5063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C5063

Black with #9C5063

Text Example


Text Example

White with #9C5063

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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