Html Css Color HEX #9C505A Vin Rouge

📋 copy color: '#9C505A'

red 156 ◦ green 80 ◦ blue 90

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

Shades of Vin Rouge #9C505A

Tints of Vin Rouge #9C505A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 27.61%

R = 47.85%
G = 24.54%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.42

 K value IS 0.39

RGB Variations

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

Color information

#9C505A (or 0x9C505A) is known color: Vin Rouge. HEX triplet: 9C, 50 and 5A. RGB value is (156,80,90). Sum of RGB (Red+Green+Blue) = 156+80+90=326 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.85% from 326); Green value is 80 (31.64% from 255 or 24.54% from 326); Blue value is 90 (35.55% from 255 or 27.61% from 326); Max value from RGB is 156 - color contains mainly: red. Hex color #9C505A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C505A is #63AFA5. Grayscale: #676767. Windows color (decimal): -6533030 or 5918876. OLE color: 5918876.

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

Color convert

RGB 156 80 90 -
CMYK 0 0.49 0.42 0.39
HSL 352.11º 0.32% 0.46% -
HSV(B) 352.11º 0.49% 0.61% -
XYZ 18.42 13.54 11.32 -
YUV 103.86 120.18 165.19 -
System Red Green Blue C M Y K H S L
Decimal 156 80 90 0 0.49 0.42 0.39 352.11 0.32 0.46
Hex 9C 50 5A 0 31 2A 27 160 20 2E
Octal 234 120 132 0 61 52 47 540 40 56
Binary 10011100 1010000 1011010 0 110001 101010 100111 101100000 100000 101110

Color Harmonies of #9C505A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C505A

Black with #9C505A

Text Example


Text Example

White with #9C505A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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