Html Css Color HEX #9C505C Vin Rouge

📋 copy color: '#9C505C'

red 156 ◦ green 80 ◦ blue 92

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

Shades of Vin Rouge #9C505C

Tints of Vin Rouge #9C505C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 28.05%

R = 47.56%
G = 24.39%
B = 28.05%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.41

 K value IS 0.39

RGB Variations

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

Color information

#9C505C (or 0x9C505C) is known color: Vin Rouge. HEX triplet: 9C, 50 and 5C. RGB value is (156,80,92). Sum of RGB (Red+Green+Blue) = 156+80+92=328 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.56% from 328); Green value is 80 (31.64% from 255 or 24.39% from 328); Blue value is 92 (36.33% from 255 or 28.05% from 328); Max value from RGB is 156 - color contains mainly: red. Hex color #9C505C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C505C is #63AFA3. Grayscale: #686868. Windows color (decimal): -6533028 or 6049948. OLE color: 6049948.

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

Color convert

RGB 156 80 92 -
CMYK 0 0.49 0.41 0.39
HSL 350.53º 0.32% 0.46% -
HSV(B) 350.53º 0.49% 0.61% -
XYZ 18.51 13.58 11.77 -
YUV 104.09 121.18 165.02 -
System Red Green Blue C M Y K H S L
Decimal 156 80 92 0 0.49 0.41 0.39 350.53 0.32 0.46
Hex 9C 50 5C 0 31 29 27 15F 20 2E
Octal 234 120 134 0 61 51 47 537 40 56
Binary 10011100 1010000 1011100 0 110001 101001 100111 101011111 100000 101110

Color Harmonies of #9C505C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C505C

Black with #9C505C

Text Example


Text Example

White with #9C505C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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