Html Css Color HEX #9C505E Vin Rouge

📋 copy color: '#9C505E'

red 156 ◦ green 80 ◦ blue 94

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

Shades of Vin Rouge #9C505E

Tints of Vin Rouge #9C505E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 28.48%

R = 47.27%
G = 24.24%
B = 28.48%

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

#9C505E (or 0x9C505E) is known color: Vin Rouge. HEX triplet: 9C, 50 and 5E. RGB value is (156,80,94). Sum of RGB (Red+Green+Blue) = 156+80+94=330 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.27% from 330); Green value is 80 (31.64% from 255 or 24.24% from 330); Blue value is 94 (37.11% from 255 or 28.48% from 330); Max value from RGB is 156 - color contains mainly: red. Hex color #9C505E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C505E is #63AFA1. Grayscale: #686868. Windows color (decimal): -6533026 or 6181020. OLE color: 6181020.

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

Color convert

RGB 156 80 94 -
CMYK 0 0.49 0.40 0.39
HSL 348.95º 0.32% 0.46% -
HSV(B) 348.95º 0.49% 0.61% -
XYZ 18.6 13.61 12.24 -
YUV 104.32 122.18 164.86 -
System Red Green Blue C M Y K H S L
Decimal 156 80 94 0 0.49 0.40 0.39 348.95 0.32 0.46
Hex 9C 50 5E 0 31 28 27 15D 20 2E
Octal 234 120 136 0 61 50 47 535 40 56
Binary 10011100 1010000 1011110 0 110001 101000 100111 101011101 100000 101110

Color Harmonies of #9C505E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C505E

Black with #9C505E

Text Example


Text Example

White with #9C505E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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