Html Css Color HEX #9C5075 Vin Rouge

📋 copy color: '#9C5075'

red 156 ◦ green 80 ◦ blue 117

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

Shades of Vin Rouge #9C5075

Tints of Vin Rouge #9C5075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 33.14%

R = 44.19%
G = 22.66%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.25

 K value IS 0.39

RGB Variations

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

Color information

#9C5075 (or 0x9C5075) is known color: Vin Rouge. HEX triplet: 9C, 50 and 75. RGB value is (156,80,117). Sum of RGB (Red+Green+Blue) = 156+80+117=353 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.19% from 353); Green value is 80 (31.64% from 255 or 22.66% from 353); Blue value is 117 (46.09% from 255 or 33.14% from 353); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5075 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C5075 is #63AF8A. Grayscale: #6A6A6A. Windows color (decimal): -6533003 or 7688348. OLE color: 7688348.

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

Color convert

RGB 156 80 117 -
CMYK 0 0.49 0.25 0.39
HSL 330.79º 0.32% 0.46% -
HSV(B) 330.79º 0.49% 0.61% -
XYZ 19.79 14.09 18.51 -
YUV 106.94 133.68 162.99 -
System Red Green Blue C M Y K H S L
Decimal 156 80 117 0 0.49 0.25 0.39 330.79 0.32 0.46
Hex 9C 50 75 0 31 19 27 14B 20 2E
Octal 234 120 165 0 61 31 47 513 40 56
Binary 10011100 1010000 1110101 0 110001 11001 100111 101001011 100000 101110

Color Harmonies of #9C5075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C5075

Black with #9C5075

Text Example


Text Example

White with #9C5075

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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