Html Css Color HEX #9C505D Vin Rouge

📋 copy color: '#9C505D'

red 156 ◦ green 80 ◦ blue 93

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

Shades of Vin Rouge #9C505D

Tints of Vin Rouge #9C505D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 28.27%

R = 47.42%
G = 24.32%
B = 28.27%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.40

 K value IS 0.39

RGB Variations

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

Color information

#9C505D (or 0x9C505D) is known color: Vin Rouge. HEX triplet: 9C, 50 and 5D. RGB value is (156,80,93). Sum of RGB (Red+Green+Blue) = 156+80+93=329 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.42% from 329); Green value is 80 (31.64% from 255 or 24.32% from 329); Blue value is 93 (36.72% from 255 or 28.27% from 329); Max value from RGB is 156 - color contains mainly: red. Hex color #9C505D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C505D is #63AFA2. Grayscale: #686868. Windows color (decimal): -6533027 or 6115484. OLE color: 6115484.

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

Color convert

RGB 156 80 93 -
CMYK 0 0.49 0.40 0.39
HSL 349.74º 0.32% 0.46% -
HSV(B) 349.74º 0.49% 0.61% -
XYZ 18.55 13.6 12 -
YUV 104.21 121.68 164.94 -
System Red Green Blue C M Y K H S L
Decimal 156 80 93 0 0.49 0.40 0.39 349.74 0.32 0.46
Hex 9C 50 5D 0 31 28 27 15E 20 2E
Octal 234 120 135 0 61 50 47 536 40 56
Binary 10011100 1010000 1011101 0 110001 101000 100111 101011110 100000 101110

Color Harmonies of #9C505D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C505D

Black with #9C505D

Text Example


Text Example

White with #9C505D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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